Page MenuHomeFreeBSD

bsd.mkopt.mk: Add REQUIRED_OPTIONS list
ClosedPublic

Authored by cperciva on Jun 18 2023, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 14, 9:12 PM
Unknown Object (File)
Sat, May 30, 10:11 PM
Unknown Object (File)
May 23 2026, 5:40 AM
Unknown Object (File)
May 20 2026, 12:29 PM
Unknown Object (File)
May 19 2026, 8:17 PM
Unknown Object (File)
May 19 2026, 9:39 AM
Unknown Object (File)
May 17 2026, 6:59 AM
Unknown Object (File)
Apr 29 2026, 6:01 AM

Details

Summary

Options on this list will be forced to 'yes'. This is intended for use
as a transitional measure when an option is ceasing to be optional,
before all of the associated make logic is removed.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

share/mk/bsd.mkopt.mk
62

Does := work multiple times?

share/mk/bsd.mkopt.mk
62

I think so? But I'm not sure why it matters -- options would be moved from __DEFAULT_YES_OPTIONS to __REQUIRED_OPTIONS, not duplicated.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 20 2023, 12:23 AM
This revision was automatically updated to reflect the committed changes.