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)
Wed, Oct 15, 8:45 PM
Unknown Object (File)
Sun, Oct 12, 2:44 PM
Unknown Object (File)
Sat, Oct 11, 5:10 PM
Unknown Object (File)
Sat, Oct 11, 5:09 PM
Unknown Object (File)
Sat, Oct 11, 5:09 PM
Unknown Object (File)
Sat, Oct 11, 8:32 AM
Unknown Object (File)
Sep 20 2025, 10:37 AM
Unknown Object (File)
Aug 12 2025, 8:35 PM
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