diff options
author | asami <asami@FreeBSD.org> | 1999-09-10 23:58:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-10 23:58:10 +0000 |
commit | 78592ed93504f64a3f9a7b8aa1d208020e4f9611 (patch) | |
tree | 5b0f6d85d7df9f8eba52801d9f481cd11d75a467 /benchmarks | |
parent | 19f6c8b00d1fcd01dddef9fa76dd5346d68b0355 (diff) | |
download | FreeBSD-ports-78592ed93504f64a3f9a7b8aa1d208020e4f9611.zip FreeBSD-ports-78592ed93504f64a3f9a7b8aa1d208020e4f9611.tar.gz |
${STRIP} is not a command -- it's the -s flag to install. ;)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 0e2dbab..8bfe7ff 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 0e2dbab..8bfe7ff 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 |