]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove MOVED_LIBS handling from list-old-libs
authorEd Maste <emaste@FreeBSD.org>
Mon, 16 Oct 2023 12:46:31 +0000 (08:46 -0400)
committerEd Maste <emaste@FreeBSD.org>
Wed, 1 Nov 2023 14:32:31 +0000 (10:32 -0400)
commitf38bad0ab0fca9b1f665b2ba79098edf993c0854
treedc8d09560e2de9f02d95869f488665e25b736df4
parentaa64a8f5c35c13b1c325f1a4597c987a37bec5da
Remove MOVED_LIBS handling from list-old-libs

In 922337e8d398 I added MOVED_LIBS into list-old-files, so that
delete-old-files would remove the old /usr/lib/libc++.so.1 as soon as
possible (after the library moved to /lib).

I left it in list-old-libs in case a user updated their src tree between
delete-old-files and delete-old-libs.  Now that some time has passed,
tremove the redundant MOVED_LIBS entry.

PR: 272642
Sponsored by: The FreeBSD Foundation
Makefile.inc1