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

Ed Maste emaste at FreeBSD.org
Thu May 7 18:24:33 UTC 2020


Author: emaste
Date: Thu May  7 18:24:32 2020
New Revision: 360791
URL: https://svnweb.freebsd.org/changeset/base/360791

Log:
  OptionalObsoleteFiles.inc: remove objdump
  
  objdump is removed unconditionally in ObsoleteFiles.inc

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu May  7 18:15:35 2020	(r360790)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu May  7 18:24:32 2020	(r360791)
@@ -207,7 +207,6 @@ OLD_FILES+=usr/bin/as
 OLD_FILES+=usr/bin/ld
 OLD_FILES+=usr/share/man/man1/ld.1.gz
 .endif
-OLD_FILES+=usr/bin/objdump
 .endif
 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x
 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xbn
@@ -406,7 +405,6 @@ OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
 .if !defined(WITH_PORT_BASE_BINUTILS)
 OLD_FILES+=usr/share/man/man1/as.1.gz
-OLD_FILES+=usr/share/man/man1/objdump.1.gz
 OLD_FILES+=usr/share/man/man7/as.7.gz
 OLD_FILES+=usr/share/man/man7/ld.7.gz
 OLD_FILES+=usr/share/man/man7/ldint.7.gz


More information about the svn-src-head mailing list