summaryrefslogtreecommitdiff
path: root/benchmarks/bytebench/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-04 06:13:26 +0000
committerjlam <jlam>2000-08-04 06:13:26 +0000
commitc9e1a4415dddb16396a759fb13c4ef15588d5436 (patch)
treef6869c2e091ed9e8eb1dd8cdd1cd6165fe283abe /benchmarks/bytebench/patches/patch-aa
parent110ba5b4ee62daf3ef1f74f6fd677a5a8fc938f1 (diff)
downloadpkgsrc-c9e1a4415dddb16396a759fb13c4ef15588d5436.tar.gz
Make "make benchmark" actually work without having installed the software.
Also remove an apparent extraneous line in the executable script which was causing errors.
Diffstat (limited to 'benchmarks/bytebench/patches/patch-aa')
-rw-r--r--benchmarks/bytebench/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/bytebench/patches/patch-aa b/benchmarks/bytebench/patches/patch-aa
index ed1e580f949..23762171aa9 100644
--- a/benchmarks/bytebench/patches/patch-aa
+++ b/benchmarks/bytebench/patches/patch-aa
@@ -1,6 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1998/09/23 16:01:37 agc Exp $
---- Run.orig Sat May 13 12:32:15 1995
-+++ Run Sat Aug 29 10:39:35 1998
+$NetBSD: patch-aa,v 1.4 2000/08/04 06:13:28 jlam Exp $
+
+--- Run.orig Sat May 13 15:32:15 1995
++++ Run Fri Aug 4 01:56:34 2000
@@ -1,6 +1,6 @@
#! /bin/sh
#################### set your defaults here ##############
@@ -70,7 +71,7 @@ $NetBSD: patch-aa,v 1.3 1998/09/23 16:01:37 agc Exp $
cd $TESTDIR
TESTDIR=`pwd`
cd $PWD
-@@ -417,11 +411,11 @@
+@@ -417,11 +411,10 @@
############ THE BENCH IS TIMED ##############
if test "$stdin" = ""
then # without redirected stdin
@@ -81,7 +82,6 @@ $NetBSD: patch-aa,v 1.3 1998/09/23 16:01:37 agc Exp $
+ /usr/bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
fi
- /bin/time $benchcmd
-+ /usr/bin/time $benchcmd
###############################################
cd $pwd # move back home
status=$? # save the result code