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
F97499411: D37108.diff
Sun, Sep 29, 6:14 PM
F97393130: D37108.diff
Sun, Sep 29, 1:26 AM
Unknown Object (File)
Tue, Sep 24, 12:17 PM
Unknown Object (File)
Sun, Sep 22, 10:11 PM
Unknown Object (File)
Sat, Sep 21, 6:13 AM
Unknown Object (File)
Thu, Sep 19, 3:43 PM
Unknown Object (File)
Thu, Sep 5, 5:19 AM
Unknown Object (File)
Jul 15 2024, 5:49 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