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)
Apr 10 2024, 2:34 AM
Unknown Object (File)
Mar 11 2024, 2:13 AM
Unknown Object (File)
Mar 11 2024, 2:13 AM
Unknown Object (File)
Mar 11 2024, 2:13 AM
Unknown Object (File)
Mar 11 2024, 2:01 AM
Unknown Object (File)
Dec 20 2023, 8:42 AM
Unknown Object (File)
Dec 12 2023, 4:47 PM
Unknown Object (File)
Nov 29 2023, 12:24 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