svn commit: r295809 - head/tools/build/mk
Ed Maste
emaste at FreeBSD.org
Fri Feb 19 15:11:56 UTC 2016
Author: emaste
Date: Fri Feb 19 15:11:54 2016
New Revision: 295809
URL: https://svnweb.freebsd.org/changeset/base/295809
Log:
Remove objcopy in WITHOUT_TOOLCHAIN if it's from elftoolchain
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Fri Feb 19 14:15:31 2016 (r295808)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Fri Feb 19 15:11:54 2016 (r295809)
@@ -7946,6 +7946,10 @@ 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
+.if ${MK_ELFCOPY_AS_OBJCOPY} != no
+OLD_FILES+=usr/bin/objcopy
+OLD_FILES+=usr/share/man/man1/objcopy.1.gz
+.endif
.endif
.if ${MK_TOOLCHAIN} == no || ${MK_ELFCOPY_AS_OBJCOPY} != no
OLD_FILES+=usr/bin/elfcopy
More information about the svn-src-all
mailing list