pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie++ The "benchmark" and "results" targ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1005258da6c
branches:  trunk
changeset: 507907:b1005258da6c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 11 11:20:22 2006 +0000

description:
The "benchmark" and "results" targets both depend on "build".

diffstat:

 benchmarks/bonnie++/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 61ff62dde4ef -r b1005258da6c benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile      Sat Feb 11 11:15:45 2006 +0000
+++ b/benchmarks/bonnie++/Makefile      Sat Feb 11 11:20:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/11 11:15:45 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2006/02/11 11:20:22 rillig Exp $
 #
 
 DISTNAME=      bonnie++-1.03a
@@ -21,11 +21,11 @@
 INSTALLATION_DIRS=     bin man/man1 man/man8 sbin
 
 .PHONY: benchmark
-benchmark:
+benchmark: build
        cd ${WRKSRC} && ./bonnie++ -u ${ROOT_USER}:${ROOT_GROUP} | ${TEE} bonnie.out
 
 .PHONY: results
-results:
+results: build
        @${MKDIR} /tmp/benches/`domainname`
        -@${CP} ${WRKSRC:Q}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname`
 



Home | Main Index | Thread Index | Old Index