diff options
author | wiz <wiz> | 2000-03-16 12:16:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-03-16 12:16:49 +0000 |
commit | 660de64a0d037d4087584a48190e530c159bc4e0 (patch) | |
tree | bb98f2de5244cf640e1f941de1a6c8c0ed6d1fd0 /benchmarks/hint | |
parent | 4fb7e9d0df9330d18a6c471d21cd6dbf1a0d669b (diff) | |
download | pkgsrc-660de64a0d037d4087584a48190e530c159bc4e0.tar.gz |
cp -> ${CP}, chmod -> ${CHMOD}
Diffstat (limited to 'benchmarks/hint')
-rw-r--r-- | benchmarks/hint/Makefile | 6 |
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" |