summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-16 15:30:52 +0000
committerwiz <wiz>2000-03-16 15:30:52 +0000
commit25919d8adb8ce80d41e09364d8307b16a48cbfef (patch)
treeee14f446663b01df18a22fa0d65faecf27d2a268 /benchmarks
parentadf4239146c6b3863917dc7e098f6f0d8672b281 (diff)
downloadpkgsrc-25919d8adb8ce80d41e09364d8307b16a48cbfef.tar.gz
another cp -> ${CP}
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/linpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/linpack/Makefile b/benchmarks/linpack/Makefile
index 6c2a7201913..196dff0b7b0 100644
--- a/benchmarks/linpack/Makefile
+++ b/benchmarks/linpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/03/16 12:16:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2000/03/16 15:30:52 wiz Exp $
DISTNAME= linpackc
PKGNAME= linpack-940225
@@ -29,6 +29,6 @@ benchmark:
results:
-@${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/linpacks.out /tmp/benches/`domainname`/linpacks.`uname`-`uname -m`-`uname -r`.`hostname`
- -@cp ${WRKSRC}/linpackd.out /tmp/benches/`domainname`/linpackd.`uname`-`uname -m`-`uname -r`.`hostname`
+ -@${CP} ${WRKSRC}/linpackd.out /tmp/benches/`domainname`/linpackd.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"