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

Ed Maste emaste at FreeBSD.org
Tue Dec 2 02:11:10 UTC 2014


Author: emaste
Date: Tue Dec  2 02:11:09 2014
New Revision: 275388
URL: https://svnweb.freebsd.org/changeset/base/275388

Log:
  Add elfcopy and man page to OptionalObsoleteFiles

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Dec  2 01:45:04 2014	(r275387)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Tue Dec  2 02:11:09 2014	(r275388)
@@ -1198,6 +1198,11 @@ OLD_FILES+=usr/share/dict/words
 OLD_DIRS+=usr/share/dict
 .endif
 
+.if ${MK_ELFTOOLCHAIN_TOOLS} == no
+OLD_FILES+=usr/bin/elfcopy
+OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
+.endif
+
 #.if ${MK_EXAMPLES} == no
 # to be filled in
 #.endif


More information about the svn-src-head mailing list