[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 18 14:22:00 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Benchmarks:

Makefile updated: 1.2 -> 1.3

---
Log message:

Do not auto-recurse


---
Diffs of the changes:  (+2 -1)

Index: llvm/test/Programs/MultiSource/Benchmarks/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Makefile:1.2 llvm/test/Programs/MultiSource/Benchmarks/Makefile:1.3
--- llvm/test/Programs/MultiSource/Benchmarks/Makefile:1.2	Tue Dec  2 11:10:47 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Makefile	Sun Jan 18 14:21:26 2004
@@ -3,6 +3,7 @@
 LEVEL = ../../../..
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS  := $(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark sim FreeBench
+
 
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list