[llvm-branch-commits] [cfe-branch] r103040 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk

Daniel Dunbar daniel at zuster.org
Tue May 4 13:31:25 PDT 2010


Author: ddunbar
Date: Tue May  4 15:31:25 2010
New Revision: 103040

URL: http://llvm.org/viewvc/llvm-project?rev=103040&view=rev
Log:
Disable bootstrap builds for now and some more utility targets.

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=103040&r1=103039&r2=103040&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Tue May  4 15:31:25 2010
@@ -85,8 +85,6 @@
 # Install root links and license.
 Post_Install_RootLinks := 1
 Post_Install_OpenSourceLicense := 1
-# Enable bootstrap build.
-Clang_Enable_Bootstrap := 1
 
 endif
 
@@ -237,6 +235,21 @@
 	  echo Usage: make VERSION=25 retag-clang; \
 	fi
 
+tag-clang_ide:
+	if [ -n "$(VERSION)" ]; then \
+	  svn cp -m 'Tag.' $(SVN_CLANG) $(SVN_TAGS)/clang_ide-$(VERSION); \
+	else \
+	  echo Usage: make VERSION=25 tag-clang_ide; \
+	fi
+
+retag-clang_ide:
+	if [ -n "$(VERSION)" ]; then \
+	  svn rm -m 'Retag.' $(SVN_TAGS)/clang_ide-$(VERSION) && \
+	  svn cp -m 'Retag.' $(SVN_CLANG) $(SVN_TAGS)/clang_ide-$(VERSION); \
+	else \
+	  echo Usage: make VERSION=25 retag-clang_ide; \
+	fi
+
 ##
 # Additional Tool Paths
 





More information about the llvm-branch-commits mailing list