Page MenuHomeFreeBSD

i386: Unhook all kernel configs from make universe
ClosedPublic

Authored by jhb on Jul 7 2025, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 4:49 AM
Unknown Object (File)
Sun, Oct 12, 2:32 AM
Unknown Object (File)
Sun, Oct 12, 2:32 AM
Unknown Object (File)
Sun, Oct 12, 2:32 AM
Unknown Object (File)
Sat, Oct 11, 4:49 PM
Unknown Object (File)
Sep 20 2025, 4:58 PM
Unknown Object (File)
Sep 16 2025, 9:45 AM
Unknown Object (File)
Sep 15 2025, 10:15 AM
Subscribers

Details

Summary

This effectively makes i386 a world-only target in make universe.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 65257
Build 62140: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jul 7 2025, 4:35 PM

needs an explanation of why: We're keeping i386 userland around. There's no easy way to say 'just for this one arch, don't do kernels'. so do the next best thing, which is tag all the kernels as no universe.
otherwise, lgtm

This revision is now accepted and ready to land.Jul 7 2025, 5:37 PM

Should we say something in build(7)? nvm sorry