[llvm-commits] CVS: llvm/test/Programs/External/Makefile

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 12 18:47:00 PDT 2004



Changes in directory llvm/test/Programs/External:

Makefile updated: 1.7 -> 1.8
---
Log message:

Test SPEC and Povray in parallel, so that if either fails, the other goes on


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

Index: llvm/test/Programs/External/Makefile
diff -u llvm/test/Programs/External/Makefile:1.7 llvm/test/Programs/External/Makefile:1.8
--- llvm/test/Programs/External/Makefile:1.7	Thu Feb 26 23:59:09 2004
+++ llvm/test/Programs/External/Makefile	Thu Aug 12 20:46:49 2004
@@ -8,10 +8,10 @@
 #
 # Create the list of directories to compile
 #
-DIRS := SPEC Povray 
+PARALLEL_DIRS := SPEC Povray 
 
 ifndef USE_POVRAY
-DIRS := $(filter-out Povray/, $(DIRS))
+PARALLEL_DIRS := $(filter-out Povray/, $(DIRS))
 endif
 
 include ${LEVEL}/test/Programs/Makefile.programs






More information about the llvm-commits mailing list