git: ebc1c246955d - main - Remove redundant OLD_FILES entries for debug symbols.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:39:34 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ebc1c246955d798d51749ec7d51147385b71a3f1 commit ebc1c246955d798d51749ec7d51147385b71a3f1 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-11 19:38:45 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-01-11 19:38:45 +0000 Remove redundant OLD_FILES entries for debug symbols. Entries for foo.debug files matching an existing entry in OLD_FILES or OLD_LIBS are unnecessary as they are auto-generated. Reviewed by: imp, emaste Sponsored by: The University of Cambridge, Google Inc. Differential Revision: https://reviews.freebsd.org/D33777 --- ObsoleteFiles.inc | 14 -------------- tools/build/mk/OptionalObsoleteFiles.inc | 1 - 2 files changed, 15 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 6207ad302bba..4d1f1e9c88c8 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -4500,7 +4500,6 @@ OLD_FILES+=usr/share/man/man4/if_hme.4.gz OLD_FILES+=usr/include/net/radix_mpath.h # 20201124: ping6(8) was merged into ping(8) -OLD_FILES+=usr/lib/debug/sbin/ping6.debug OLD_FILES+=usr/share/man/man8/ping6.8.gz OLD_FILES+=usr/tests/sbin/ping6/Kyuafile OLD_FILES+=usr/tests/sbin/ping6/ping6_c1_s8_t1.out @@ -7495,16 +7494,6 @@ OLD_FILES+=usr/include/openssl/kssl.h OLD_FILES+=usr/include/openssl/pqueue.h OLD_FILES+=usr/include/openssl/ssl23.h OLD_FILES+=usr/include/openssl/ui_compat.h -OLD_FILES+=usr/lib/debug/usr/lib/engines/lib4758cca.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libaep.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libatalla.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libcapi.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libchil.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libcswift.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libgost.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libnuron.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libsureware.so.debug -OLD_FILES+=usr/lib/debug/usr/lib/engines/libubsec.so.debug OLD_FILES+=usr/share/openssl/man/man1/dss1.1.gz OLD_FILES+=usr/share/openssl/man/man1/md2.1.gz OLD_FILES+=usr/share/openssl/man/man1/md4.1.gz @@ -9245,8 +9234,6 @@ OLD_FILES+=usr/include/net/if_atm.h OLD_FILES+=usr/include/netgraph/atm/ng_atm.h OLD_FILES+=usr/include/netinet/if_atm.h OLD_FILES+=usr/include/netnatm/natm.h -OLD_FILES+=usr/lib/debug/sbin/atmconfig.debug -OLD_FILES+=usr/lib/debug/usr/lib/snmp_atm.so.6.debug OLD_FILES+=usr/lib/snmp_atm.so OLD_LIBS+=usr/lib/snmp_atm.so.6 OLD_FILES+=usr/share/doc/atm/atmconfig.help @@ -9443,7 +9430,6 @@ OLD_FILES+=usr/share/man/man4/ahb.4.gz OLD_FILES+=usr/share/man/man4/fea.4.gz # 20170206: remove bdes(1) OLD_FILES+=usr/bin/bdes -OLD_FILES+=usr/lib/debug/usr/bin/bdes.debug OLD_FILES+=usr/share/man/man1/bdes.1.gz # 20170206: merged projects/ipsec OLD_FILES+=usr/include/netinet/ip_ipsec.h diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index fea0af9edca0..580ae319032c 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -8988,7 +8988,6 @@ OLD_FILES+=usr/include/atf-c/macros.h OLD_FILES+=usr/include/atf-c/tc.h OLD_FILES+=usr/include/atf-c/tp.h OLD_FILES+=usr/include/atf-c/utils.h -OLD_FILES+=usr/lib/debug/usr/bin/kyua.debug OLD_LIBS+=usr/lib/libprivateatf-c++.so.2 OLD_LIBS+=usr/lib/libprivateatf-c.so.1 OLD_FILES+=usr/share/examples/kyua/kyua.conf