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