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

John Criswell criswell at cs.uiuc.edu
Wed Dec 17 14:36:10 PST 2003


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

Makefile updated: 1.1 -> 1.1.4.1

---
Log message:

Hard coded subdirectories to build to ensure that they build.



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

Index: llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile:1.1 llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile:1.1.4.1
--- llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile:1.1	Sat Oct 11 16:18:41 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile	Wed Dec 17 14:35:07 2003
@@ -1,6 +1,6 @@
 # MultiSource/Olden Makefile:  Build all subdirectories automatically
 
 LEVEL = ../../../../..
-PARALLEL_DIRS  := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS  := distray mason pcompress2 analyzer fourinarow neural pifft
 
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list