Make sure llvm-test doesn't build automatically so the nightly test can
authorReid Spencer <rspencer@reidspencer.com>
Sat, 4 Sep 2004 23:07:57 +0000 (23:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 4 Sep 2004 23:07:57 +0000 (23:07 +0000)
finish its build phase without building and running all the tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16172 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Makefile

index 9c7590580af4f3f9a91eada13de1aaab7d942432..ab4c7e283d8559ed104e6829b317ae00680cdd62 100644 (file)
@@ -10,6 +10,6 @@ LEVEL=..
 
 include $(LEVEL)/Makefile.config
 
-DIRS:= $(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)))
 
 include $(BUILD_SRC_ROOT)/Makefile.rules