From: Reid Spencer Date: Fri, 20 Aug 2004 01:49:59 +0000 (+0000) Subject: Avoid building samples. Require explicit list of directory names to build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e5b9e136f2eafcb2ab4c5b968307c2678e16a96;p=oota-llvm.git 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 --- diff --git a/projects/Makefile b/projects/Makefile index da7f710e5c3..2fe6430093b 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