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)
Wed, Nov 13, 6:50 AM
Unknown Object (File)
Sat, Nov 9, 1:27 PM
Unknown Object (File)
Oct 1 2024, 7:24 PM
Unknown Object (File)
Sep 24 2024, 9:19 AM
Unknown Object (File)
Sep 21 2024, 3:53 PM
Unknown Object (File)
Sep 20 2024, 7:43 AM
Unknown Object (File)
Sep 5 2024, 7:27 PM
Unknown Object (File)
Sep 5 2024, 3:04 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