]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
check/delete-old: Auto-generate lib32 entries for libraries.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 20 Jan 2022 22:09:57 +0000 (14:09 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 13 Jul 2022 15:55:04 +0000 (08:55 -0700)
commit84d246823ecedd3ac07defb238910859699b5a9f
treef23ac82d8fd73c7092ba66ccce1ff739efe45a5c
parentff9082bd52eea03edfd760128f854d54577d5884
check/delete-old: Auto-generate lib32 entries for libraries.

- Add usr/lib32/libfoo.so.N for lib/libfoo.so.N.

- Add usr/lib32/foo for usr/lib/foo.

- Treat casper libraries special since they are installed to
  /usr/lib32 instead of /usr/lib32/casper and thus map
  usr/lib/casper/foo to usr/lib32/foo.

Note that OLD_DIRS and MOVED_LIBS entries are not duplicated, only
OLD_FILES and OLD_LIBS.

Reviewed by: imp, emaste
Sponsored by: The University of Cambridge, Google Inc.
Differential Revision: https://reviews.freebsd.org/D33324

(cherry picked from commit 77da558ceb0949b60b566da61cb8d9b9634ca862)
Makefile.inc1
ObsoleteFiles.inc
tools/build/mk/OptionalObsoleteFiles.inc