Page MenuHomeFreeBSD

bsd.mkopt.mk: Add REQUIRED_OPTIONS list
ClosedPublic

Authored by cperciva on Jun 18 2023, 12:06 AM.
Tags
None
Referenced Files
F109725632: D40590.diff
Sat, Feb 8, 7:05 PM
Unknown Object (File)
Fri, Jan 24, 6:01 PM
Unknown Object (File)
Fri, Jan 24, 3:25 AM
Unknown Object (File)
Nov 12 2024, 5:25 PM
Unknown Object (File)
Oct 21 2024, 1:55 AM
Unknown Object (File)
Oct 19 2024, 9:41 AM
Unknown Object (File)
Oct 10 2024, 12:44 PM
Unknown Object (File)
Oct 8 2024, 5:23 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.