[llvm-commits] CVS: llvm-test/External/SPEC/Makefile Makefile.spec Makefile.spec2000 Makefile.spec95

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile updated: 1.11 -> 1.12
Makefile.spec updated: 1.34 -> 1.35
Makefile.spec2000 updated: 1.2 -> 1.3
Makefile.spec95 updated: 1.7 -> 1.8
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/External/SPEC/Makefile
diff -u llvm-test/External/SPEC/Makefile:1.11 llvm-test/External/SPEC/Makefile:1.12
--- llvm-test/External/SPEC/Makefile:1.11	Sat Jul 31 11:31:13 2004
+++ llvm-test/External/SPEC/Makefile	Wed Sep  1 09:33:19 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../..
 PARALLEL_DIRS := CFP2000 CINT2000 CINT95
 include ${LEVEL}/Makefile.config
 
@@ -14,4 +14,4 @@
 PARALLEL_DIRS := $(filter-out CINT95/, $(PARALLEL_DIRS))
 endif
 
-include ${LEVEL}/test/Programs/Makefile.programs
+include ${LEVEL}/Makefile.programs


Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.34 llvm-test/External/SPEC/Makefile.spec:1.35
--- llvm-test/External/SPEC/Makefile.spec:1.34	Sat Jul 24 02:54:37 2004
+++ llvm-test/External/SPEC/Makefile.spec	Wed Sep  1 09:33:19 2004
@@ -37,7 +37,7 @@
 PROGRAMS_HAVE_CUSTOM_RUN_RULES := 1
 SourceDir := $(SPEC_BENCH_DIR)/src/
 
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
 
 # Do not pass -Wall to compile commands...
 LCCFLAGS  := -O3


Index: llvm-test/External/SPEC/Makefile.spec2000
diff -u llvm-test/External/SPEC/Makefile.spec2000:1.2 llvm-test/External/SPEC/Makefile.spec2000:1.3
--- llvm-test/External/SPEC/Makefile.spec2000:1.2	Fri Feb 27 13:59:39 2004
+++ llvm-test/External/SPEC/Makefile.spec2000	Wed Sep  1 09:33:19 2004
@@ -19,4 +19,4 @@
 endif
 endif
 
-include $(LEVEL)/test/Programs/External/SPEC/Makefile.spec
+include $(LEVEL)/External/SPEC/Makefile.spec


Index: llvm-test/External/SPEC/Makefile.spec95
diff -u llvm-test/External/SPEC/Makefile.spec95:1.7 llvm-test/External/SPEC/Makefile.spec95:1.8
--- llvm-test/External/SPEC/Makefile.spec95:1.7	Sun Feb 29 18:30:25 2004
+++ llvm-test/External/SPEC/Makefile.spec95	Wed Sep  1 09:33:19 2004
@@ -19,4 +19,4 @@
 endif
 endif
 
-include $(LEVEL)/test/Programs/External/SPEC/Makefile.spec
+include $(LEVEL)/External/SPEC/Makefile.spec






More information about the llvm-commits mailing list