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, Nov 28, 2:55 PM
Unknown Object (File)
Oct 21 2024, 4:08 AM
Unknown Object (File)
Sep 22 2024, 2:19 AM
Unknown Object (File)
Sep 18 2024, 3:54 PM
Unknown Object (File)
Sep 18 2024, 1:54 AM
Unknown Object (File)
Sep 16 2024, 4:59 AM
Unknown Object (File)
Sep 16 2024, 4:59 AM
Unknown Object (File)
Sep 10 2024, 10:39 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.