[llvm-commits] [release_13] CVS: llvm/test/Programs/External/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Aug 6 09:43:08 PDT 2004
Changes in directory llvm/test/Programs/External:
Makefile updated: 1.7 -> 1.7.6.1
---
Log message:
Make Povray and SPEC parallel.
---
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.7.6.1
--- llvm/test/Programs/External/Makefile:1.7 Thu Feb 26 23:59:09 2004
+++ llvm/test/Programs/External/Makefile Fri Aug 6 11:42:58 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/, $(PARALLEL_DIRS))
endif
include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list