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)
Mar 5 2025, 5:53 PM
Unknown Object (File)
Feb 25 2025, 12:18 PM
Unknown Object (File)
Jan 9 2025, 6:02 PM
Unknown Object (File)
Dec 18 2024, 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
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