From 4e5b9e136f2eafcb2ab4c5b968307c2678e16a96 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 20 Aug 2004 01:49:59 +0000 Subject: [PATCH] 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 --- projects/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1