Page MenuHomeFreeBSD

Add list-old-{dirs,files,libs} targets.
ClosedPublic

Authored by jhb on Dec 7 2021, 11:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 26, 11:41 AM
Unknown Object (File)
Sat, Apr 12, 11:01 PM
Unknown Object (File)
Sat, Apr 12, 6:38 AM
Unknown Object (File)
Mar 26 2025, 12:58 PM
Unknown Object (File)
Mar 17 2025, 11:03 PM
Unknown Object (File)
Mar 17 2025, 5:28 AM
Unknown Object (File)
Feb 24 2025, 9:13 AM
Unknown Object (File)
Feb 11 2025, 10:28 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Dec 7 2021, 11:00 PM

This looks good to my eye...

This revision is now accepted and ready to land.Jan 6 2022, 12:02 AM
Makefile.inc1
3312

Removing this sort means that check-old now lists "debug" files next to libraries instead of grouping them in the middle. In particular, it now matches the order that delete-old prompts in non-batch mode.

This revision was automatically updated to reflect the committed changes.