diff options
author | David Sommerseth <davids@redhat.com> | 2010-07-08 17:59:47 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2010-07-08 17:59:47 +0200 |
commit | 9b7d1b7f41da3973424aa9e5decf7cc96a310386 (patch) | |
tree | b9f3f740c858d027b68ae04ed93024d1afe3a509 /Makefile | |
parent | bf746e32d5f8a3bde1540b89794a048537890a7e (diff) | |
download | rteval-9b7d1b7f41da3973424aa9e5decf7cc96a310386.tar.gz rteval-9b7d1b7f41da3973424aa9e5decf7cc96a310386.tar.xz rteval-9b7d1b7f41da3973424aa9e5decf7cc96a310386.zip |
Updated rteval to use hackbench from rt-tests
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,9 +34,8 @@ PYLIB := $(DESTDIR)$(shell python -c 'import distutils.sysconfig; print distut LOADDIR := loadsource KLOAD := $(LOADDIR)/linux-2.6.26.1.tar.bz2 -HLOAD := $(LOADDIR)/hackbench.tar.bz2 BLOAD := $(LOADDIR)/dbench-4.0.tar.gz -LOADS := $(KLOAD) $(HLOAD) $(BLOAD) +LOADS := $(KLOAD) $(BLOAD) runit: [ -d ./run ] || mkdir run |