From 0b739921734723b0dd4265930c549243764f1390 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 24 Sep 1998 09:20:08 +0000 Subject: Run the benchmarks in ${WRKSRC}. --- benchmarks/bonnie/Makefile | 4 ++-- benchmarks/iozone/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 7e583510fb0..05638ba8319 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/09/23 16:16:20 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/09/24 09:20:08 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp # @@ -23,6 +23,6 @@ post-extract: ${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c benchmark: - @${WRKSRC}/bonnie + @(cd ${WRKSRC}; ./bonnie) .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index a53ac1dc61a..5d8a7e858af 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/23 16:09:05 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/24 09:20:08 agc Exp $ DISTNAME= iozone PKGNAME= iozone-1.14b @@ -17,6 +17,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin benchmark: - @${WRKSRC}/iozone + @(cd ${WRKSRC}; ./iozone) .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3