diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-08-08 22:18:35 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-08-08 22:46:04 +0000 |
commit | 161f8edc651c7476e7677ed975899ce095fc967e (patch) | |
tree | 2ff950b21636ee435eef280f8c0fc2cf0f3d8c79 /contrib/file/magic/Magdir/vax | |
parent | abd45729ab22c7b4883451002750b78e8f2c35dd (diff) |
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 'contrib/file/magic/Magdir/vax')
0 files changed, 0 insertions, 0 deletions