Page MenuHomeFreeBSD

config.mk: All options in DEFAULTS are now defined in opt_global.h
ClosedPublic

Authored by imp on Oct 24 2022, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 10:21 AM
Unknown Object (File)
Sat, Aug 8, 4:31 AM
Unknown Object (File)
Mon, Jul 27, 8:41 PM
Unknown Object (File)
Tue, Jul 21, 3:02 AM
Unknown Object (File)
Mon, Jul 20, 8:17 PM
Unknown Object (File)
Sun, Jul 19, 11:46 PM
Unknown Object (File)
Jul 3 2026, 10:20 PM
Unknown Object (File)
Jul 3 2026, 6:28 AM
Subscribers

Details

Summary

To simplify management of all the options that should be enabled for the
different architectures, adopt the convention that all options listed in
DEFAULTS will be #defined to 1 in opt_global.h for untied builds. Except
for GEOM_* and ISAPNP, they are all in opt_global.h. ISAPNP is a
opt_dontuse.h, so only filter GEOM_*.

Sponsored by: Netflix

Diff Detail

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