summaryrefslogtreecommitdiff
path: root/benchmarks/hbench/patches/patch-ab
blob: b63bcde8b6af6d4499671b6614392328c3c92029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.1 1998/09/05 22:02:19 garbled Exp $
--- scripts/create-all-analyses.orig	Sat Sep  5 09:10:32 1998
+++ scripts/create-all-analyses	Sat Sep  5 09:12:41 1998
@@ -31,13 +31,10 @@
 #
 # $Id: patch-ab,v 1.1 1998/09/05 22:02:19 garbled Exp $
 
-# Step 1: Discover hbench root path
-HBENCHROOT=`(cd \`dirname $0\`/.. ; pwd)`
-
-for dir in */*
+for dir in XXXPREFIXXXX/share/hbench/*/*
 do
     if [ -d $dir ]; then
 	echo "Running analysis on $dir..."
-	${HBENCHROOT}/scripts/gen-analysis $dir > ${dir}/analysis
+	XXXPREFIXXXX/bin/hbench/gen-analysis $dir > ${dir}/analysis
     fi
 done