Page MenuHomeFreeBSD

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

Authored by brooks on Jan 4 2023, 11:38 PM.
Tags
None
Referenced Files
F107075868: D37951.id.diff
Thu, Jan 9, 6:02 PM
Unknown Object (File)
Wed, Dec 18, 1:06 AM
Unknown Object (File)
Nov 28 2024, 6:43 PM
Unknown Object (File)
Nov 26 2024, 3:36 AM
Unknown Object (File)
Nov 20 2024, 4:58 PM
Unknown Object (File)
Nov 17 2024, 12:02 PM
Unknown Object (File)
Nov 17 2024, 12:37 AM
Unknown Object (File)
Nov 17 2024, 12:34 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 Not Applicable
Unit
Tests Not Applicable

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