git: d66465801525 - main - meta: Allow TARGET_SPEC_VARS to be overridden
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 04:27:07 UTC
The branch main has been updated by stevek:
URL: https://cgit.FreeBSD.org/src/commit/?id=d664658015258eaaa50776db7b230669f91c6f9b
commit d664658015258eaaa50776db7b230669f91c6f9b
Author: Stephen J. Kiernan <stevek@FreeBSD.org>
AuthorDate: 2023-04-18 04:25:59 +0000
Commit: Stephen J. Kiernan <stevek@FreeBSD.org>
CommitDate: 2023-04-18 04:25:59 +0000
meta: Allow TARGET_SPEC_VARS to be overridden
Reviewed by: sjg
Obtained from: Juniper Networks, Inc.
---
share/mk/local.meta.sys.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/local.meta.sys.mk b/share/mk/local.meta.sys.mk
index 5e477885e1e2..decbb087870d 100644
--- a/share/mk/local.meta.sys.mk
+++ b/share/mk/local.meta.sys.mk
@@ -52,7 +52,7 @@ MACHINE_ARCH:= ${MACHINE_ARCH.${MACHINE}}
# now because for universe we want to potentially
# build for multiple MACHINE_ARCH per MACHINE
# we need more than MACHINE in TARGET_SPEC
-TARGET_SPEC_VARS= MACHINE MACHINE_ARCH
+TARGET_SPEC_VARS?= MACHINE MACHINE_ARCH
# see dirdeps.mk
.if ${TARGET_SPEC:Uno:M*,*} != ""
_tspec := ${TARGET_SPEC:S/,/ /g}