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)
Mon, Oct 21, 1:55 AM
Unknown Object (File)
Sat, Oct 19, 9:41 AM
Unknown Object (File)
Oct 10 2024, 12:44 PM
Unknown Object (File)
Oct 8 2024, 5:23 AM
Unknown Object (File)
Oct 5 2024, 8:29 AM
Unknown Object (File)
Sep 30 2024, 4:44 PM
Unknown Object (File)
Sep 28 2024, 9:27 AM
Unknown Object (File)
Sep 28 2024, 3:39 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.