Avoid building samples. Require explicit list of directory names to build.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 01:49:59 +0000 (01:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 01:49:59 +0000 (01:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15937 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Makefile

index da7f710e5c365233cf51d3a02fc13da4cd651ebe..2fe6430093b546f227bfe3e347b48a1c73730cdf 100644 (file)
@@ -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