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)
Sat, May 23, 5:40 AM
Unknown Object (File)
Wed, May 20, 12:29 PM
Unknown Object (File)
Tue, May 19, 8:17 PM
Unknown Object (File)
Tue, May 19, 9:39 AM
Unknown Object (File)
Sun, May 17, 6:59 AM
Unknown Object (File)
Wed, Apr 29, 6:01 AM
Unknown Object (File)
Wed, Apr 29, 6:00 AM
Unknown Object (File)
Apr 24 2026, 7: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.