[llvm-commits] CVS: llvm/test/Programs/NoSource/SPEC/Makefile.spec

John Criswell criswell at cs.uiuc.edu
Thu May 29 13:56:00 PDT 2003


Changes in directory llvm/test/Programs/NoSource/SPEC:

Makefile.spec updated: 1.4 -> 1.5

---
Log message:

Modified the Makefile so that it uses SPEC_ROOT from the master
Makefile.config to determine the location of the SPEC benchmarks.


---
Diffs of the changes:

Index: llvm/test/Programs/NoSource/SPEC/Makefile.spec
diff -u llvm/test/Programs/NoSource/SPEC/Makefile.spec:1.4 llvm/test/Programs/NoSource/SPEC/Makefile.spec:1.5
--- llvm/test/Programs/NoSource/SPEC/Makefile.spec:1.4	Fri Jan 17 12:56:06 2003
+++ llvm/test/Programs/NoSource/SPEC/Makefile.spec	Thu May 29 13:54:56 2003
@@ -28,10 +28,8 @@
 
 ##--- SPEC-dependent rules to do a test run or a reportable reference run
 
-SPECROOT := /home/vadve/shared/benchmarks/speccpu2000/benchspec
-
 # DATADIR - The directory holding expected SPEC benchmark results
-DATADIR := $(SPECROOT)/CINT2000/$(PROG)/data
+DATADIR := $(SPEC_ROOT)/CINT2000/$(PROG)/data
 
 data:
 	@test -L data || ln -s $(DATADIR)





More information about the llvm-commits mailing list