[llvm-branch-commits] [cfe-branch] r81793 - /cfe/branches/Apple/bender/Makefile

Mike Stump mrs at apple.com
Mon Sep 14 14:20:36 PDT 2009


Author: mrs
Date: Mon Sep 14 16:20:35 2009
New Revision: 81793

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

Modified:
    cfe/branches/Apple/bender/Makefile

Modified: cfe/branches/Apple/bender/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/bender/Makefile?rev=81793&r1=81792&r2=81793&view=diff

==============================================================================
--- cfe/branches/Apple/bender/Makefile (original)
+++ cfe/branches/Apple/bender/Makefile Mon Sep 14 16:20:35 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