summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-01-30 19:51:16 +0000
committerdim <dim@FreeBSD.org>2013-01-30 19:51:16 +0000
commit1ce2adadbb859902a3ad2a87819ee974ae1aa7ea (patch)
tree93af9550fe8fa39d3973ca545ea211e4f7b6ec46 /share/mk
parente916257b91a6b70ac800386da93d28eff378d98b (diff)
downloadFreeBSD-src-1ce2adadbb859902a3ad2a87819ee974ae1aa7ea.zip
FreeBSD-src-1ce2adadbb859902a3ad2a87819ee974ae1aa7ea.tar.gz
Fix a problem introduced in r231057: in bsd.own.mk, move the test for
whether clang is enabled to just after the last place where it could have been forced to "no". MFC after: 3 days
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index a7b270f..8b28602 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -481,10 +481,6 @@ MK_ZFS:= no
MK_CTF:= no
.endif
-.if ${MK_CLANG} == "no"
-MK_CLANG_EXTRAS:= no
-.endif
-
.if ${MK_CRYPT} == "no"
MK_OPENSSL:= no
MK_OPENSSH:= no
@@ -527,6 +523,7 @@ MK_GDB:= no
.endif
.if ${MK_CLANG} == "no"
+MK_CLANG_EXTRAS:= no
MK_CLANG_IS_CC:= no
.endif
OpenPOWER on IntegriCloud