]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add list-old-{dirs,files,libs} targets.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 11 Jan 2022 19:38:11 +0000 (11:38 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 11 Jan 2022 19:38:11 +0000 (11:38 -0800)
commit21baf42c57f080835496c5f4f349e9523d22a956
tree6d486bf358e023859cbaef500d45713acf4046e0
parenta91a57846b5863b7ac4687cf202bb9496e028ab5
Add list-old-{dirs,files,libs} targets.

These targets generate a raw list of the candidate old files roughly
corresponding to the values of OLD_DIRS, OLD_FILES, and OLD_LIBS.
Currently list-old-files also includes uncompressed manpages in
addition to compressed manpages.

Use these targets in the implementation of check-old-* and
delete-old-* to replace duplicated logic.

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