svn commit: r342140 - head/tools/build/mk

Cy Schubert cy at FreeBSD.org
Sat Dec 15 22:02:04 UTC 2018


Author: cy
Date: Sat Dec 15 22:02:02 2018
New Revision: 342140
URL: https://svnweb.freebsd.org/changeset/base/342140

Log:
  Repair build post-r342139

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 15 21:34:40 2018	(r342139)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 15 22:02:02 2018	(r342140)
@@ -8513,6 +8513,7 @@ OLD_FILES+=usr/share/man/man1/tftp.1.gz
 OLD_FILES+=usr/share/man/man8/tftpd.8.gz
 .endif
 
+.if ${MK_TOOLCHAIN} == no
 OLD_FILES+=usr/bin/addr2line
 OLD_FILES+=usr/bin/as
 OLD_FILES+=usr/bin/byacc


More information about the svn-src-all mailing list