[llvm-branch-commits] [cfe-branch] r81951 - /cfe/branches/Apple/leeloo/Makefile

Mike Stump mrs at apple.com
Tue Sep 15 16:29:13 PDT 2009


Author: mrs
Date: Tue Sep 15 18:29:13 2009
New Revision: 81951

URL: http://llvm.org/viewvc/llvm-project?rev=81951&view=rev
Log:
Add a slow builder.

Modified:
    cfe/branches/Apple/leeloo/Makefile

Modified: cfe/branches/Apple/leeloo/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/leeloo/Makefile?rev=81951&r1=81950&r2=81951&view=diff

==============================================================================
--- cfe/branches/Apple/leeloo/Makefile (original)
+++ cfe/branches/Apple/leeloo/Makefile Tue Sep 15 18:29:13 2009
@@ -113,6 +113,9 @@
 	svn up .
 	cd .. && BUILDIT_DIR=`pwd`/build $(SUDO) /usr/local/bin/buildit -arch i386 -arch x86_64 -noinstallsrc -noinstallhdrs -nosum -noverify `pwd`/clang -noclean
 
+slow-build:
+	cd .. && BUILDIT_DIR=`pwd`/build $(SUDO) /usr/local/bin/buildit -arch i386 -arch x86_64 `pwd`/clang
+
 install-check-i386: llvm-binaries-i386
 	cd ../build/clang.roots/clang~obj/i386/tools/clang && { CLANG=/Developer/usr/bin/clang CLANGCC=/Developer/usr/libexec/clang-cc $(SUDO) make VERBOSE=0 test && echo PASS: $@ || { echo FAIL: $@; make report; } }
 install-check-x86_64: llvm-binaries-x86_64





More information about the llvm-branch-commits mailing list