[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/McCat/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Dec 18 10:43:33 PST 2003
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/McCat:
Makefile updated: 1.3 -> 1.4
---
Log message:
Merged in RELEASE_11.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/Programs/MultiSource/Benchmarks/McCat/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/McCat/Makefile:1.3 llvm/test/Programs/MultiSource/Benchmarks/McCat/Makefile:1.4
--- llvm/test/Programs/MultiSource/Benchmarks/McCat/Makefile:1.3 Fri Sep 12 11:01:59 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/McCat/Makefile Thu Dec 18 10:42:06 2003
@@ -1,6 +1,7 @@
# MultiSource/McCat Makefile: Build all subdirectories automatically
LEVEL = ../../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := 01-qbsort 04-bisect 08-main 12-IOtest 17-bintr 03-testtrie 05-eks 09-vor 15-trie 18-imp
+
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list