summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-17 23:44:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-17 23:44:34 +0000
commitacc87d780d29fe656c5ca14a99e8fb53756482dc (patch)
tree47503ddbec6c8970f6d2add3ad14f04b8e9fdba9 /benchmarks
parentAdd tkman as one to watch out for. (diff)
Put cd command under brackets for proper exit code
Notes
Notes: svn path=/head/; revision=792
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile2
-rw-r--r--benchmarks/iozone21/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index c02157bdb0ee..16693809dfe3 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,7 +1,7 @@
DISTFILES= iozone-2.01.shar.gz
DISTNAME= iozone
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
-EXTRACT_CMD= cd ${WRKDIR}; (gzcat | /usr/local/bin/gunshar)
+EXTRACT_CMD= (cd ${WRKDIR}; gzcat | /usr/local/bin/gunshar)
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
DEPENDS= ${PORTSDIR}/archivers/gshar+gunshar
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index c02157bdb0ee..16693809dfe3 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,7 +1,7 @@
DISTFILES= iozone-2.01.shar.gz
DISTNAME= iozone
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
-EXTRACT_CMD= cd ${WRKDIR}; (gzcat | /usr/local/bin/gunshar)
+EXTRACT_CMD= (cd ${WRKDIR}; gzcat | /usr/local/bin/gunshar)
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
DEPENDS= ${PORTSDIR}/archivers/gshar+gunshar