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)
Mon, Apr 27, 5:10 AM
Unknown Object (File)
Sat, Apr 25, 8:52 AM
Unknown Object (File)
Tue, Apr 21, 9:27 AM
Unknown Object (File)
Tue, Apr 21, 8:59 AM
Unknown Object (File)
Mon, Apr 20, 5:22 AM
Unknown Object (File)
Sun, Apr 19, 7:54 PM
Unknown Object (File)
Fri, Apr 17, 7:35 PM
Unknown Object (File)
Mon, Apr 6, 8:47 AM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43222
Build 40110: arc lint + arc unit

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
3321

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.