Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68577 Build 65460: arc lint + arc unit
Event Timeline
Comment Actions
The issue with MAKE_LINT_KERNELS is that it doesn't ignore NO_UNIVERSE kernels which perhaps it should do. OTOH, MAKE_ALL_KERNELS also doesn't ignore NO_UNIVERSE by design. Maybe we need a NO_UNIVERSE_I_MEAN_IT_FOR_REALS or we just filter out i386 from MAKE_LINT_KERNELS and MAKE_ALL_KERNELS. I never use MAKE_LINT_KERNELS myself as they really aren't that much more to build.
| Makefile | ||
|---|---|---|
| 540 | I think this is a no-op. TARGET_MACHINE_LIST already includes i386. | |
Comment Actions
We do want i386 worlds building by default though in make universe, and we need a manual make buildworld TARGET_ARCH=i386 to still work, and this breaks both of those (I tried it previously).