[llvm-commits] CVS: llvm/projects/Makefile
Reid Spencer
reid at x10sys.com
Thu Aug 19 18:50:09 PDT 2004
Changes in directory llvm/projects:
Makefile updated: 1.5 -> 1.6
---
Log message:
Avoid building samples. Require explicit list of directory names to build.
---
Diffs of the changes: (+1 -2)
Index: llvm/projects/Makefile
diff -u llvm/projects/Makefile:1.5 llvm/projects/Makefile:1.6
--- llvm/projects/Makefile:1.5 Thu Aug 19 20:07:54 2004
+++ llvm/projects/Makefile Thu Aug 19 20:49:59 2004
@@ -10,7 +10,6 @@
include $(LEVEL)/Makefile.config
-#DIRS=
-DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= SmallExamples sample
include $(BUILD_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list