summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-10 23:58:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-10 23:58:10 +0000
commitbd3df2b9ee5f8ef2646aacdba92affa17753f98a (patch)
tree91c260ff5e5edbe3385fc77d6824d998e96b6734 /benchmarks
parentThe checksums have changed on us... (diff)
${STRIP} is not a command -- it's the -s flag to install. ;)
Notes
Notes: svn path=/head/; revision=21631
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 0e2dbab23f0f..8bfe7fff8f1c 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
- ${STRIP} ${WRKSRC}/iozone
+ strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 0e2dbab23f0f..8bfe7fff8f1c 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
- ${STRIP} ${WRKSRC}/iozone
+ strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1