[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 2 12:47:14 PDT 2005
Changes in directory llvm-test/MultiSource/Benchmarks/Olden:
Makefile updated: 1.5 -> 1.6
---
Log message:
Reorder this line so that it matches the nightly tester gnuplot scripts,
which was causing us to get the wrong labels on lines.
---
Diffs of the changes: (+4 -1)
Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/Olden/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.5 llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.6
--- llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.5 Wed Sep 1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/Makefile Sun Oct 2 14:47:03 2005
@@ -1,7 +1,10 @@
# MultiSource/Olden Makefile: Build all subdirectories automatically
LEVEL = ../../..
-PARALLEL_DIRS := bh em3d mst power tsp bisort health perimeter treeadd voronoi
+
+## NOTE: This must remain sorted, so that the labels in the nightly tester
+## gnuplot scripts are correct.
+PARALLEL_DIRS := bh bisort em3d health mst perimeter power treeadd tsp voronoi
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list