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
F132144047: D41187.diff
Tue, Oct 14, 3:58 AM
Unknown Object (File)
Fri, Oct 10, 1:42 AM
Unknown Object (File)
Wed, Sep 17, 2:06 PM
Unknown Object (File)
Sep 12 2025, 12:02 AM
Unknown Object (File)
Sep 10 2025, 2:48 AM
Unknown Object (File)
Sep 6 2025, 1:20 PM
Unknown Object (File)
Aug 21 2025, 8:33 AM
Unknown Object (File)
Aug 21 2025, 8:33 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