summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/whetstone/Makefile')
-rw-r--r--benchmarks/whetstone/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 09d23950db2..2db02dd1ef6 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/24 09:19:10 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/12/26 15:59:56 garbled Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -20,6 +20,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/whetstone ${PREFIX}/bin
benchmark:
- @${WRKSRC}/whetstone
+ @${WRKSRC}/whetstone 80000 | tee ${WRKSRC}/whetstone.out
+
+results:
+ -@${MKDIR} /tmp/benches/`domainname`
+ -@cp ${WRKSRC}/whetstone.out /tmp/benches/`domainname`/whetstone.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"