mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 19:23:04 -04:00
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 ebc1c24695)
This commit is contained in:
parent
e3f9397aea
commit
b52bfacc1e
2 changed files with 0 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue