diff options
author | agc <agc@pkgsrc.org> | 1998-09-24 09:20:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-24 09:20:08 +0000 |
commit | 3c8e74daa433a6e54e64daa5b0f81b9be2a8b913 (patch) | |
tree | e3aeeefdc06dc04b81c60b6dcb7afd0c4ea8f612 /benchmarks | |
parent | 8306b5c2000f5169e154497e95d56dc741d0a025 (diff) | |
download | pkgsrc-3c8e74daa433a6e54e64daa5b0f81b9be2a8b913.tar.gz |
Run the benchmarks in ${WRKSRC}.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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" |