Page MenuHomeFreeBSD

tools/build: Always bootstrap (sys/)bitstring.h
ClosedPublic

Authored by brooks on Jan 4 2023, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 12:34 PM
Unknown Object (File)
Sun, Nov 10, 5:13 PM
Unknown Object (File)
Sun, Nov 10, 10:57 AM
Unknown Object (File)
Oct 2 2024, 4:51 PM
Unknown Object (File)
Sep 23 2024, 1:58 AM
Unknown Object (File)
Sep 22 2024, 11:09 PM
Unknown Object (File)
Sep 22 2024, 6:27 PM
Unknown Object (File)
Sep 20 2024, 7:56 AM
Subscribers

Details

Summary

Older, supported FreeBSD versions lack bit_ntest() so hoist the boostrap
installation out of the OS!=FreeBSD case and always install it. A more
precise criteria is possible, but would add little value.

This fixes bootstrapping makefs as a build tool on 13.1.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 9 2023, 5:09 PM

Should always be backwards-compatible so shouldn't be an issue to always have the newest version