summaryrefslogtreecommitdiff
path: root/benchmarks/hbench/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/hbench/patches/patch-ac')
-rw-r--r--benchmarks/hbench/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/hbench/patches/patch-ac b/benchmarks/hbench/patches/patch-ac
index 8f40fde7be2..2f856cc5c3a 100644
--- a/benchmarks/hbench/patches/patch-ac
+++ b/benchmarks/hbench/patches/patch-ac
@@ -1,19 +1,19 @@
-$NetBSD: patch-ac,v 1.1 1998/09/05 22:02:19 garbled Exp $
+$NetBSD: patch-ac,v 1.2 1998/09/23 16:56:00 agc Exp $
--- scripts/create-all-latgraphs.orig Sat Sep 5 09:13:21 1998
+++ scripts/create-all-latgraphs Sat Sep 5 09:13:57 1998
@@ -33,13 +33,10 @@
#
- # $Id: patch-ac,v 1.1 1998/09/05 22:02:19 garbled Exp $
+ # $Id: patch-ac,v 1.2 1998/09/23 16:56:00 agc Exp $
-# Step 1: Discover hbench root path
-HBENCHROOT=`(cd \`dirname $0\`/.. ; pwd)`
-
-for dir in */*
-+for dir in XXXPREFIXXXX/share/hbench/*/*
++for dir in @PREFIX@/share/hbench/*/*
do
if [ -d $dir -a -d ${dir}/lat_mem_rd ]; then
echo "Generating latency graph for $dir..."
- ${HBENCHROOT}/scripts/gen-latgraph -ps ${dir}/lat_mem_rd
-+ XXXPREFIXXXX/bin/hbench/gen-latgraph -ps ${dir}/lat_mem_rd
++ @PREFIX@/bin/hbench/gen-latgraph -ps ${dir}/lat_mem_rd
fi
done