aboutsummaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-20 01:49:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-20 01:49:59 +0000
commit4e5b9e136f2eafcb2ab4c5b968307c2678e16a96 (patch)
tree83a113f9d515832b3b22d3b7b3ab8b17b4de0220 /projects
parent1c54afa431bc12b450a843530e98be6c08a08fe7 (diff)
downloadexternal_llvm-4e5b9e136f2eafcb2ab4c5b968307c2678e16a96.zip
external_llvm-4e5b9e136f2eafcb2ab4c5b968307c2678e16a96.tar.gz
external_llvm-4e5b9e136f2eafcb2ab4c5b968307c2678e16a96.tar.bz2
Avoid building samples. Require explicit list of directory names to build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Makefile b/projects/Makefile
index da7f710..2fe6430 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -10,7 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-#DIRS=
-DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= SmallExamples sample
include $(BUILD_SRC_ROOT)/Makefile.rules