aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib/(developers-only)
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2025-08-08 22:18:35 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2025-08-08 22:46:04 +0000
commit161f8edc651c7476e7677ed975899ce095fc967e (patch)
tree2ff950b21636ee435eef280f8c0fc2cf0f3d8c79 /lib/libc/tests/stdlib/(developers-only)
parentabd45729ab22c7b4883451002750b78e8f2c35dd (diff)
bsd.mkopt.mk: Prepare a list of all build optionsHEADmain
After processing all the build options, iterate over the complete list minus CLEAN, MAN and TESTS, and prepare two variables: * SRC_OPT_DEFS is a list of -D and -U directives, suitable for passing to cpp or unifdef, where each option is either defined or undefined depending on whether it is set or unset. This list also includes -D__${MACHINE_ARCH}__. * SRC_OPT_LIST is a list of build options suitable for passing to make itself (or sticking in /etc/src.conf). This list also includes TARGET=${MACHINE} and TARGET_ARCH=${MACHINE_ARCH}. Note that this list is cumulative, so it includes both options defined in bsd.opts.mk and options defined in src.opts.mk. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D51827
Diffstat (limited to 'lib/libc/tests/stdlib/(developers-only)')
0 files changed, 0 insertions, 0 deletions