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

Antoine Brodin antoine at FreeBSD.org
Thu Aug 13 22:04:31 UTC 2015


Author: antoine
Date: Thu Aug 13 22:04:30 2015
New Revision: 286745
URL: https://svnweb.freebsd.org/changeset/base/286745

Log:
  Stop removing ELF toolchain tools

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Aug 13 22:01:13 2015	(r286744)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Aug 13 22:04:30 2015	(r286745)
@@ -7506,7 +7506,7 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.g
 OLD_FILES+=usr/share/man/man1/ul.1.gz
 .endif
 
-#.if ${MK_TOOLCHAIN} == no
+.if ${MK_TOOLCHAIN} == no
 OLD_FILES+=usr/bin/addr2line
 OLD_FILES+=usr/bin/c++filt
 OLD_FILES+=usr/bin/nm
@@ -7521,7 +7521,7 @@ OLD_FILES+=usr/share/man/man1/readelf.1.
 OLD_FILES+=usr/share/man/man1/size.1.gz
 OLD_FILES+=usr/share/man/man1/strings.1.gz
 OLD_FILES+=usr/share/man/man1/strip.1.gz
-#.endif
+.endif
 .if ${MK_TOOLCHAIN} == no || ${MK_ELFCOPY_AS_OBJCOPY} != no
 OLD_FILES+=usr/bin/elfcopy
 OLD_FILES+=usr/share/man/man1/elfcopy.1.gz


More information about the svn-src-all mailing list