[llvm-branch-commits] [cfe-branch] r106920 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Fri Jun 25 16:51:40 PDT 2010
Author: ddunbar
Date: Fri Jun 25 18:51:40 2010
New Revision: 106920
URL: http://llvm.org/viewvc/llvm-project?rev=106920&view=rev
Log:
Allow top-level makefile to force bootstrap to be on/off.
Modified:
cfe/branches/Apple/whitney-IB/ClangBNI.mk
Modified: cfe/branches/Apple/whitney-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/ClangBNI.mk?rev=106920&r1=106919&r2=106920&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Fri Jun 25 18:51:40 2010
@@ -86,7 +86,9 @@
Post_Install_RootLinks := 1
Post_Install_OpenSourceLicense := 1
# Enable bootstrap build.
+ifeq ($(Clang_Enable_Bootstrap),)
Clang_Enable_Bootstrap := 1
+endif
endif
More information about the llvm-branch-commits
mailing list