diff options
author | agc <agc> | 1998-09-24 09:20:08 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-24 09:20:08 +0000 |
commit | 2692f434a56b47111e39743c1236652ad7b8f14d (patch) | |
tree | e3aeeefdc06dc04b81c60b6dcb7afd0c4ea8f612 | |
parent | ff064c7435f2dfae1501c27cc1bd9f33cef2b2ce (diff) | |
download | pkgsrc-2692f434a56b47111e39743c1236652ad7b8f14d.tar.gz |
Run the benchmarks in ${WRKSRC}.
-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" |