]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use MOVED_LIBS for libraries moved between /usr/lib and /lib.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 20 Jan 2022 20:47:43 +0000 (12:47 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 13 Jul 2022 15:44:02 +0000 (08:44 -0700)
commit454aedb165f36eb035de6eeef6badad7892a2172
treec83f3d90dae16ee55e68f41201642e5a6ed5f192
parent7344bc6cb7b45874bac85df67dd663cd5ffd81de
Use MOVED_LIBS for libraries moved between /usr/lib and /lib.

Add a MOVED_LIBS variable similar to OLD_LIBS except that MOVED_LIBS
is used for the cases that a library's name doesn't change, but it
just moves between /usr/lib and /lib.  This will be used by a future
change to auto-generate lib32 old files entries for which these cases
need to be ignored (a moved library remains in /usr/lib32).

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

(cherry picked from commit 57ba3f00f5e9bb6ea2eff5124077508f7a3f40df)
Makefile.inc1
ObsoleteFiles.inc