diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-20 01:49:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-20 01:49:59 +0000 |
commit | 2b4b4a577ad5ce9a8fe862a43e2009455d99304a (patch) | |
tree | 6d79aa0815d8eb6ad1e35d574a390e9860318df2 | |
parent | ab8d172df2a0251d3a1c40741d6fb9f813d23ea6 (diff) | |
download | bcm5719-llvm-2b4b4a577ad5ce9a8fe862a43e2009455d99304a.tar.gz bcm5719-llvm-2b4b4a577ad5ce9a8fe862a43e2009455d99304a.zip |
Avoid building samples. Require explicit list of directory names to build.
llvm-svn: 15937
-rw-r--r-- | llvm/projects/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index da7f710e5c3..2fe6430093b 100644 --- a/llvm/projects/Makefile +++ b/llvm/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 |