Page MenuHomeFreeBSD

Warn about nonfunctional WITH/WITHOUT options
ClosedPublic

Authored by cperciva on Jun 20 2023, 4:43 AM.
Tags
None
Referenced Files
F154305802: D40613.id123463.diff
Mon, Apr 27, 5:47 PM
F154280864: D40613.id.diff
Mon, Apr 27, 2:05 PM
Unknown Object (File)
Sun, Apr 19, 10:03 AM
Unknown Object (File)
Sun, Apr 19, 4:06 AM
Unknown Object (File)
Sat, Apr 18, 1:35 PM
Unknown Object (File)
Sat, Apr 18, 9:30 AM
Unknown Object (File)
Sat, Apr 18, 3:50 AM
Unknown Object (File)
Sat, Apr 11, 4:47 PM

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 52155
Build 49046: 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.