Skip to content

Commit

Permalink
The "benchmark" and "results" targets both depend on "build".
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Feb 11, 2006
1 parent e48f4cf commit ee063d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/bonnie++/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,11 +21,11 @@ REPLACE_PERL+= bon_csv2txt.in bon_csv2html.in
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`

Expand Down

0 comments on commit ee063d1

Please sign in to comment.