[llvm-commits] [release_11] CVS: llvm/test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Dec 17 14:36:22 PST 2003
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Ptrdist:
Makefile updated: 1.3 -> 1.3.4.1
---
Log message:
Hard coded subdirectories to build to ensure that they build.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile:1.3 llvm/test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile:1.3.4.1
--- llvm/test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile:1.3 Fri Sep 12 11:02:35 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Ptrdist/Makefile Wed Dec 17 14:35:10 2003
@@ -1,6 +1,7 @@
# MultiSource/Ptrdist Makefile: Build all subdirectories automatically
LEVEL = ../../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := anagram bc ft ks yacr2
+
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list