summaryrefslogtreecommitdiffstats
path: root/projects/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-04 23:07:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-04 23:07:57 +0000
commitd1011c2ca71b8b7ed475e3c144b5d4f558742944 (patch)
treebeaf844b3fdfa6ae0f15e7327e196c77808a089e /projects/Makefile
parent88eed81802c777552b5e77a2331d3ae0cadaaf72 (diff)
downloadexternal_llvm-d1011c2ca71b8b7ed475e3c144b5d4f558742944.zip
external_llvm-d1011c2ca71b8b7ed475e3c144b5d4f558742944.tar.gz
external_llvm-d1011c2ca71b8b7ed475e3c144b5d4f558742944.tar.bz2
Make sure llvm-test doesn't build automatically so the nightly test can
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
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 9c75905..ab4c7e2 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -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