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 25, 4:36 AM
Unknown Object (File)
Fri, Oct 24, 5:01 AM
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
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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