summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
committerwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
commit18097323ee893387e9be485eeb6a6144bbd01b3f (patch)
tree983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /benchmarks
parent66f4b365e36b992fc85c863a74869b7fea45911f (diff)
downloadpkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile4
-rw-r--r--benchmarks/bonnie/Makefile4
-rw-r--r--benchmarks/bytebench/Makefile4
-rw-r--r--benchmarks/dhrystone/Makefile4
-rw-r--r--benchmarks/fib/Makefile4
-rw-r--r--benchmarks/flops/Makefile4
-rw-r--r--benchmarks/hbench/Makefile4
-rw-r--r--benchmarks/heapsort/Makefile4
-rw-r--r--benchmarks/hint/Makefile4
-rw-r--r--benchmarks/iozone/Makefile4
-rw-r--r--benchmarks/linpack/Makefile4
-rw-r--r--benchmarks/lmbench/Makefile4
-rw-r--r--benchmarks/nsieve/Makefile4
-rw-r--r--benchmarks/paranoia/Makefile4
-rw-r--r--benchmarks/postmark/Makefile4
-rw-r--r--benchmarks/whetstone/Makefile4
16 files changed, 32 insertions, 32 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 4876ff467f4..b775fd1e7f8 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 13:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/09 11:45:35 wiz Exp $
DISTNAME= benchfft-2.0
CATEGORIES= benchmarks math
@@ -45,7 +45,7 @@ benchmark:
.endif
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/submit.txt /tmp/benches/`domainname`/fft.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 4c7a61e0a47..297892b51da 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/02/16 13:37:45 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2001/04/09 11:45:35 wiz Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -23,7 +23,7 @@ benchmark:
@(cd ${WRKSRC}; ./bonnie | tee bonnie.out)
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index 8ccf314e797..8dad7bdf80f 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/16 13:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/04/09 11:45:36 wiz Exp $
DISTNAME= byte
PKGNAME= bytebench-3.6
@@ -34,7 +34,7 @@ benchmark:
| tee ${WRKSRC}/bytebench.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/bytebench.out /tmp/benches/`domainname`/bytebench.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
index 6884297ecbf..cd5f1947d02 100644
--- a/benchmarks/dhrystone/Makefile
+++ b/benchmarks/dhrystone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $
DISTNAME= dhry2.1
PKGNAME= dhrystone-2.1
@@ -23,7 +23,7 @@ benchmark:
-@${ECHO} 5000000 | ${WRKSRC}/dry2reg | tee -a ${WRKSRC}/dry.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/dry.out /tmp/benches/`domainname`/dhrystone.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
index 7aed0b1c67d..5b453884a81 100644
--- a/benchmarks/fib/Makefile
+++ b/benchmarks/fib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $
DISTNAME= fib.c
PKGNAME= fib-980203
@@ -25,7 +25,7 @@ benchmark:
-@${WRKSRC}/fib | tee ${WRKSRC}/fib.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/fib.out /tmp/benches/`domainname`/fib.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile
index 980a43ae962..8537c8c9614 100644
--- a/benchmarks/flops/Makefile
+++ b/benchmarks/flops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $
DISTNAME= flops
PKGNAME= flops-2.0
@@ -29,7 +29,7 @@ benchmark:
-@${WRKSRC}/flops | tee ${WRKSRC}/flops.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/flops.out /tmp/benches/`domainname`/flops.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index a131d203af3..96a1f74f1ce 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/03/22 13:27:27 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2001/04/09 11:45:36 wiz Exp $
DISTNAME= hbench-OS-1.0
PKGNAME= hbench-1.0
@@ -57,7 +57,7 @@ benchmark:
${MAKE} run
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@cd ${WRKSRC} ; \
tar -cf /tmp/benches/`domainname`/hbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results conf
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index e06bdbea1b0..668d4b5dc31 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:37 wiz Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -25,7 +25,7 @@ benchmark:
-@${WRKSRC}/heapsort | tee ${WRKSRC}/heapsort.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/heapsort.out /tmp/benches/`domainname`/heapsort.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index 96149743661..4a1d80ce3f1 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/16 13:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/04/09 11:45:37 wiz Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
@@ -25,7 +25,7 @@ benchmark:
cd ${WRKSRC} ; ${MKDIR} data ; ./DOUBLE | tee hint.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/hint.out /tmp/benches/`domainname`/hint.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index e5d37d9483e..6d782c47747 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 13:37:53 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/04/09 11:45:37 wiz Exp $
DISTNAME= iozone3_9
PKGNAME= iozone-3.09
@@ -31,7 +31,7 @@ benchmark:
@(cd ${WRKSRC}; ./iozone 100 | tee iozone.out)
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/iozone.out /tmp/benches/`domainname`/iozone.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/linpack/Makefile b/benchmarks/linpack/Makefile
index c8c97c85683..648584cee68 100644
--- a/benchmarks/linpack/Makefile
+++ b/benchmarks/linpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/31 10:09:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/09 11:45:38 wiz Exp $
DISTNAME= linpackc
PKGNAME= linpack-940225
@@ -28,7 +28,7 @@ benchmark:
-@${WRKSRC}/linpackd | tee ${WRKSRC}/linpackd.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${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`
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index a5e7ca3419b..fb03add0474 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 13:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/04/09 11:45:38 wiz Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -49,7 +49,7 @@ benchmark:
.endif
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@cd ${PREFIX}/share/lmbench ; \
tar -cf /tmp/benches/`domainname`/lmbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results
diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile
index 1de6f8d30ef..44c7ec0882e 100644
--- a/benchmarks/nsieve/Makefile
+++ b/benchmarks/nsieve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:38 wiz Exp $
DISTNAME= nsieve.c
PKGNAME= nsieve-1.2b
@@ -25,7 +25,7 @@ benchmark:
-@${WRKSRC}/nsieve | tee ${WRKSRC}/nsieve.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/nsieve.out /tmp/benches/`domainname`/nsieve.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index c01e5410e85..033acd4aeea 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/31 10:09:05 zuntum Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/09 11:45:38 wiz Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -22,7 +22,7 @@ benchmark:
@(cd ${WRKSRC}; ./paranoia < ${FILESDIR}/paranoia.run | tee paranoia.out)
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/paranoia.out /tmp/benches/`domainname`/paranoia.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index 9c57e4dfbf6..41b21b0c0b3 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 13:37:57 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/09 11:45:39 wiz Exp $
# FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp
#
@@ -29,7 +29,7 @@ benchmark:
@(cd ${WRKSRC}; ${ECHO} run | ./postmark | tee postmark.out)
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/postmark.out /tmp/benches/`domainname`/postmark.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 5db0dd22e8b..3b6b3af623b 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/31 10:09:05 zuntum Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/09 11:45:39 wiz Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -22,7 +22,7 @@ benchmark:
@${WRKSRC}/whetstone 80000 | tee ${WRKSRC}/whetstone.out
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/whetstone.out /tmp/benches/`domainname`/whetstone.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"