Page MenuHomeFreeBSD

Warn about nonfunctional WITH/WITHOUT options
ClosedPublic

Authored by cperciva on Jun 20 2023, 4:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 16 2026, 2:39 AM
Unknown Object (File)
Feb 8 2026, 10:26 AM
Unknown Object (File)
Feb 8 2026, 8:41 AM
Unknown Object (File)
Feb 8 2026, 7:12 AM
Unknown Object (File)
Feb 1 2026, 9:31 AM
Unknown Object (File)
Jan 31 2026, 12:23 PM
Unknown Object (File)
Jan 31 2026, 8:14 AM
Unknown Object (File)
Jan 31 2026, 4:54 AM

Details

Summary

Print a warning if we try to build WITH_ an option which is marked as
"broken" (and forced off) or WITHOUT_ an option which is marked as
"required" (and forced on).

Suggested by: emaste, imp

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52149
Build 49040: arc lint + arc unit

Event Timeline

share/mk/bsd.mkopt.mk
96

This should not be committed. It will be too noisy for how we use BROKEN. People often have WITH_XXX in their make.conf that would throw errors on some architectures.

Remove warning for WITH_ options marked as broken.

cperciva added inline comments.
share/mk/bsd.mkopt.mk
96

Ok, I've removed that part.

imp added inline comments.
share/mk/bsd.mkopt.mk
96

Thanks!

This revision is now accepted and ready to land.Jun 20 2023, 8:41 AM
This revision was automatically updated to reflect the committed changes.
cperciva marked an inline comment as done.