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
Unknown Object (File)
Fri, Apr 17, 1:14 PM
Unknown Object (File)
Mon, Apr 13, 11:24 PM
Unknown Object (File)
Sat, Apr 11, 2:30 PM
Unknown Object (File)
Wed, Apr 8, 4:07 AM
Unknown Object (File)
Mon, Apr 6, 8:20 AM
Unknown Object (File)
Mar 20 2026, 10:18 AM
Unknown Object (File)
Mar 20 2026, 4:09 AM
Unknown Object (File)
Mar 10 2026, 11:25 AM
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