From 7f7672dd48dc25f702146e0cbd0c3d00c844f054 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Dec 1999 04:26:17 +0000 Subject: replaced some commands by their ${COMMAND} counterparts one RCS tag added --- benchmarks/hbench/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks/hbench') diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index e5678965eea..bcc0777c641 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/09/06 04:48:53 sakamoto Exp $ +# $NetBSD: Makefile,v 1.10 1999/12/28 04:26:18 wiz Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -35,13 +35,13 @@ post-configure: ${MV} $$f $$f.in; \ ${SED} -e 's|@PREFIX@|${PREFIX}|g' $$f.in > $$f; \ done - @/bin/chmod 0755 ${WRKSRC}/scripts/* + @ ${CHMOD} 0755 ${WRKSRC}/scripts/* do-install: @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} ${SCRIPTDIR}/do-install benchmark: - @if [ `id -u` != 0 ]; then echo "This benchmark must be run as root!" ; exit 1 ; fi + @if [ `id -u` != 0 ]; then ${ECHO} "This benchmark must be run as root!" ; exit 1 ; fi cd ${WRKSRC}; \ ${MKDIR} conf; \ ${MKDIR} results; \ -- cgit v1.2.3