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

Ed Maste emaste at FreeBSD.org
Fri Sep 7 23:12:18 UTC 2018


Author: emaste
Date: Fri Sep  7 23:12:17 2018
New Revision: 338529
URL: https://svnweb.freebsd.org/changeset/base/338529

Log:
  Remove strings from OptionalObsoleteFiles.inc
  
  Since r326030 strings is installed unconditionally so should not be
  removed when WITHOUT_TOOLCHAIN is set.
  
  Reported by:	Dan McGregor
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Sep  7 21:12:37 2018	(r338528)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Sep  7 23:12:17 2018	(r338529)
@@ -8512,7 +8512,6 @@ OLD_FILES+=usr/bin/nm
 OLD_FILES+=usr/bin/objcopy
 OLD_FILES+=usr/bin/readelf
 OLD_FILES+=usr/bin/size
-OLD_FILES+=usr/bin/strings
 OLD_FILES+=usr/bin/strip
 OLD_FILES+=usr/bin/yacc
 OLD_FILES+=usr/share/man/man1/addr2line.1.gz
@@ -8520,7 +8519,6 @@ OLD_FILES+=usr/share/man/man1/c++filt.1.gz
 OLD_FILES+=usr/share/man/man1/nm.1.gz
 OLD_FILES+=usr/share/man/man1/readelf.1.gz
 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
 OLD_FILES+=usr/share/man/man1/objcopy.1.gz
 # lib/libelf


More information about the svn-src-all mailing list