summaryrefslogtreecommitdiff
path: root/benchmarks/hint
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-03-16 12:16:49 +0000
committerwiz <wiz@pkgsrc.org>2000-03-16 12:16:49 +0000
commita98e68c035e2f0c040f4508599e8b2e0309d1586 (patch)
treebb98f2de5244cf640e1f941de1a6c8c0ed6d1fd0 /benchmarks/hint
parenteb406ad378600be5b5470df1e706f64b00d0e665 (diff)
downloadpkgsrc-a98e68c035e2f0c040f4508599e8b2e0309d1586.tar.gz
cp -> ${CP}, chmod -> ${CHMOD}
Diffstat (limited to 'benchmarks/hint')
-rw-r--r--benchmarks/hint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index 199e4770927..01a84ac0b47 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/12/28 04:26:18 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/03/16 12:16:52 wiz Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
@@ -21,10 +21,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/hint.1 ${PREFIX}/man/man1
benchmark:
- cd ${WRKSRC} ; ${MKDIR} -p data ; ./DOUBLE | tee hint.out
+ cd ${WRKSRC} ; ${MKDIR} data ; ./DOUBLE | tee hint.out
results:
-@${MKDIR} /tmp/benches/`domainname`
- -@cp ${WRKSRC}/hint.out /tmp/benches/`domainname`/hint.`uname`-`uname -m`-`uname -r`.`hostname`
+ -@${CP} ${WRKSRC}/hint.out /tmp/benches/`domainname`/hint.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"