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)
Thu, Oct 16, 7:42 AM
Unknown Object (File)
Fri, Oct 10, 8:51 AM
Unknown Object (File)
Sun, Sep 28, 1:10 AM
Unknown Object (File)
Aug 17 2025, 8:01 PM
Unknown Object (File)
Aug 12 2025, 3:56 PM
Unknown Object (File)
Aug 10 2025, 6:15 AM
Unknown Object (File)
Aug 8 2025, 4:14 AM
Unknown Object (File)
Aug 6 2025, 10:20 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 Not Applicable
Unit
Tests Not Applicable

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.