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)
Sat, Nov 9, 6:57 AM
Unknown Object (File)
Sat, Nov 9, 6:50 AM
Unknown Object (File)
Oct 2 2024, 11:15 PM
Unknown Object (File)
Sep 30 2024, 1:21 AM
Unknown Object (File)
Sep 29 2024, 8:18 PM
Unknown Object (File)
Sep 29 2024, 6:14 PM
Unknown Object (File)
Sep 29 2024, 1:26 AM
Unknown Object (File)
Sep 24 2024, 12:17 PM
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