[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:14 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks:
Makefile updated: 1.4 -> 1.5
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -3)
Index: llvm-test/MultiSource/Benchmarks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Makefile:1.4 llvm-test/MultiSource/Benchmarks/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/Makefile:1.4 Fri Feb 20 12:11:43 2004
+++ llvm-test/MultiSource/Benchmarks/Makefile Wed Sep 1 09:33:21 2004
@@ -1,9 +1,8 @@
# MultiSource/Benchmarks Makefile: Build all subdirectories automatically
-LEVEL = ../../../..
-include $(LEVEL)/Makefile.config
+LEVEL = ../..
PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark sim FreeBench MallocBench
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list