19 lines
586 B
Text
19 lines
586 B
Text
$NetBSD: patch-ab,v 1.2 1998/09/23 16:56:00 agc 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.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 @PREFIX@/share/hbench/*/*
|
|
do
|
|
if [ -d $dir ]; then
|
|
echo "Running analysis on $dir..."
|
|
- ${HBENCHROOT}/scripts/gen-analysis $dir > ${dir}/analysis
|
|
+ @PREFIX@/bin/hbench/gen-analysis $dir > ${dir}/analysis
|
|
fi
|
|
done
|