Author: dim
Date: Wed Jan 30 19:51:16 2013
New Revision: 246131
URL: http://svnweb.freebsd.org/changeset/base/246131

Log:
  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

Modified:
  head/share/mk/bsd.own.mk

Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk    Wed Jan 30 18:40:19 2013        (r246130)
+++ head/share/mk/bsd.own.mk    Wed Jan 30 19:51:16 2013        (r246131)
@@ -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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to