Date: Wed, 13 Jul 2022 16:06:33 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b52bfacc1e1f - stable/13 - Remove redundant OLD_FILES entries for debug symbols. Message-ID: <202207131606.26DG6XgW097656@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b52bfacc1e1fd82949f23a380ba767c8e62fe709 commit b52bfacc1e1fd82949f23a380ba767c8e62fe709 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-11 19:38:45 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-07-13 15:22:24 +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 (cherry picked from commit ebc1c246955d798d51749ec7d51147385b71a3f1) --- ObsoleteFiles.inc | 14 -------------- tools/build/mk/OptionalObsoleteFiles.inc | 1 - 2 files changed, 15 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 80b3d681dd6f..7b237749bb05 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -2383,7 +2383,6 @@ OLD_FILES+=usr/share/man/man4/hme.4.gz OLD_FILES+=usr/share/man/man4/if_hme.4.gz # 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 @@ -5330,16 +5329,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 @@ -7077,8 +7066,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 @@ -7275,7 +7262,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 cbe04417d2de..d7cdbec9cb87 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -9170,7 +9170,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207131606.26DG6XgW097656>