From 069601cc6968f844d963e20f6639ba6fd74b640c Mon Sep 17 00:00:00 2001 From: garbled Date: Sat, 26 Dec 1998 15:59:54 +0000 Subject: Fix all the benchmark targets so they work properly, and work with the package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection. --- benchmarks/fib/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'benchmarks/fib') diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index 06c97aa0251..34937ecbcd3 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/22 05:55:46 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/26 15:59:55 garbled Exp $ DISTNAME= fib.c PKGNAME= fib-980203 @@ -21,6 +21,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fib ${PREFIX}/bin benchmark: - -@${WRKSRC}/fib + -@${WRKSRC}/fib | tee ${WRKSRC}/fib.out + +results: + -@${MKDIR} /tmp/benches/`domainname` + -@cp ${WRKSRC}/fib.out /tmp/benches/`domainname`/fib.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3