Page MenuHomeFreeBSD

ObsoleteFiles.inc: Automatically generate OpenSSL 3 obsoleted libcompat dirs
ClosedPublic

Authored by jrtc27 on Jul 25 2023, 8:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 23, 12:10 AM
Unknown Object (File)
Sat, Jun 22, 3:41 AM
Unknown Object (File)
May 26 2024, 6:05 AM
Unknown Object (File)
May 4 2024, 1:16 PM
Unknown Object (File)
May 3 2024, 6:46 PM
Unknown Object (File)
May 1 2024, 7:21 PM
Unknown Object (File)
May 1 2024, 7:21 PM
Unknown Object (File)
May 1 2024, 7:21 PM
Subscribers
None

Details

Summary

Older entries in this file are left alone as hard-coding lib32 as
they're not worth the churn; downstreams will have already moved past
them (in particular, CheriBSD, which adds additional libcompats).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52829
Build 49720: arc lint + arc unit

Event Timeline

jrtc27 created this revision.
ObsoleteFiles.inc
77

where does _ALL_libcompats come from?

jrtc27 added inline comments.
ObsoleteFiles.inc
77

See D41178 (its definition) and D41180 (making it available in Makefile.inc1); you were quicker than I could put all the reviews up and create the stack

ObsoleteFiles.inc
77

Yeah I realized that was likely the case once I looked at a 2nd review in this series and had a similar question.

This revision is now accepted and ready to land.Jul 25 2023, 9:29 PM