Page MenuHomeFreeBSD

depend-cleanup.sh: Generalise lib32 code and avoid duplication
ClosedPublic

Authored by jrtc27 on Jul 25 2023, 8:02 PM.
Tags
None
Referenced Files
F147162858: D41187.diff
Sun, Mar 8, 6:30 PM
Unknown Object (File)
Wed, Mar 4, 6:53 AM
Unknown Object (File)
Tue, Mar 3, 8:09 PM
Unknown Object (File)
Sat, Feb 21, 12:52 PM
Unknown Object (File)
Fri, Feb 20, 2:07 PM
Unknown Object (File)
Fri, Feb 20, 3:25 AM
Unknown Object (File)
Tue, Feb 17, 6:16 AM
Unknown Object (File)
Sat, Feb 7, 11:31 PM
Subscribers
None

Details

Summary

By passing through _ALL_libcompats we can avoid hard-coding the list of
libcompats in depend-cleanup.sh. This cleanup also makes clean_dep
shorter by using a loop instead of handling each case explicitly (at the
expense of slightly tweaked logging).

Diff Detail

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