[llvm-commits] [parallel] CVS: llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile

Misha Brukman brukman at cs.uiuc.edu
Wed Mar 10 19:10:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/164.gzip:

Makefile updated: 1.1.14.1 -> 1.1.14.2

---
Log message:

Merge from trunk.

---
Diffs of the changes:  (+4 -0)

Index: llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile:1.1.14.1 llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile:1.1.14.2
--- llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile:1.1.14.1	Mon Mar  1 17:59:09 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile	Wed Mar 10 19:09:31 2004
@@ -1,4 +1,8 @@
 LEVEL = ../../../../../..
 RUN_OPTIONS     = `cat $(REF_IN_DIR)control`
+ifeq ($(RUN_TYPE),test)
 STDOUT_FILENAME := input.compressed.out
+else
+STDOUT_FILENAME := input.combined.out
+endif
 include ../../Makefile.spec2000





More information about the llvm-commits mailing list