[llvm-commits] [test-suite] r50306 - in /test-suite/trunk/External/SPEC: CINT2000/253.perlbmk/Makefile Makefile.spec2000 Makefile.spec2006 Makefile.spec95

John Criswell criswell at uiuc.edu
Fri Apr 25 15:32:34 PDT 2008


Author: criswell
Date: Fri Apr 25 17:32:32 2008
New Revision: 50306

URL: http://llvm.org/viewvc/llvm-project?rev=50306&view=rev
Log:
Makefile.spec.config is in the source tree; look for it there.

Modified:
    test-suite/trunk/External/SPEC/CINT2000/253.perlbmk/Makefile
    test-suite/trunk/External/SPEC/Makefile.spec2000
    test-suite/trunk/External/SPEC/Makefile.spec2006
    test-suite/trunk/External/SPEC/Makefile.spec95

Modified: test-suite/trunk/External/SPEC/CINT2000/253.perlbmk/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/253.perlbmk/Makefile?rev=50306&r1=50305&r2=50306&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/253.perlbmk/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/253.perlbmk/Makefile Fri Apr 25 17:32:32 2008
@@ -4,7 +4,7 @@
 
 SPEC_ROOT := $(SPEC2000_ROOT)
 
-include $(LEVEL)/External/SPEC/Makefile.spec.config
+include $(PROJ_SRC_ROOT)/External/SPEC/Makefile.spec.config
 
 CPPFLAGS += -DSPEC_CPU2000_LINUX_I386 -DSPEC_CPU2000_NEED_BOOL
 

Modified: test-suite/trunk/External/SPEC/Makefile.spec2000
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/Makefile.spec2000?rev=50306&r1=50305&r2=50306&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/Makefile.spec2000 (original)
+++ test-suite/trunk/External/SPEC/Makefile.spec2000 Fri Apr 25 17:32:32 2008
@@ -23,5 +23,5 @@
 endif
 endif
 
-include $(LEVEL)/External/SPEC/Makefile.spec.config
+include $(PROJ_SRC_ROOT)/External/SPEC/Makefile.spec.config
 include $(LEVEL)/External/SPEC/Makefile.spec

Modified: test-suite/trunk/External/SPEC/Makefile.spec2006
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/Makefile.spec2006?rev=50306&r1=50305&r2=50306&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/Makefile.spec2006 (original)
+++ test-suite/trunk/External/SPEC/Makefile.spec2006 Fri Apr 25 17:32:32 2008
@@ -26,7 +26,7 @@
 # Don't use CINT2006/CFP2006, always use CPU2006.
 SPEC_SUITEDIR := CPU2006
 
-include $(LEVEL)/External/SPEC/Makefile.spec.config
+include $(PROJ_SRC_ROOT)/External/SPEC/Makefile.spec.config
 include $(LEVEL)/External/SPEC/Makefile.spec
 
 CPPFLAGS += -DSPEC_CPU

Modified: test-suite/trunk/External/SPEC/Makefile.spec95
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/Makefile.spec95?rev=50306&r1=50305&r2=50306&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/Makefile.spec95 (original)
+++ test-suite/trunk/External/SPEC/Makefile.spec95 Fri Apr 25 17:32:32 2008
@@ -23,5 +23,5 @@
 endif
 endif
 
-include $(LEVEL)/External/SPEC/Makefile.spec.config
+include $(PROJ_SRC_ROOT)/External/SPEC/Makefile.spec.config
 include $(LEVEL)/External/SPEC/Makefile.spec





More information about the llvm-commits mailing list