From fc79ecf3e09da758d92f793cbd259356ae700462 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 28 Aug 1994 17:44:10 +0000 Subject: Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. --- include/rpcsvc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index e066a09..7d1b21e 100644 --- a/include/rpcsvc/Makefile +++ b/include/rpcsvc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC -# $Id: Makefile,v 1.2 1994/06/07 15:53:21 guido Exp $ +# $Id: Makefile,v 1.1 1994/08/04 19:01:44 wollman Exp $ .SUFFIXES: .x @@ -17,10 +17,10 @@ CLEANFILES+= ${HDRS} all: ${HDRS} install: all - @echo "Creating RPC service headers directory" + @${ECHO} "Creating RPC service headers directory" @/bin/rm -rf ${DESTDIR}/usr/include/rpcsvc @-mkdir ${DESTDIR}/usr/include/rpcsvc - @echo "Installing RPC service header and definition files" + @${ECHO} "Installing RPC service header and definition files" @for i in $(XFILES); do \ (install -c -m 644 ${.CURDIR}/$$i ${DESTDIR}/usr/include/rpcsvc) done @for i in $(HDRS); do \ @@ -31,7 +31,7 @@ install: all @chmod -R a-w ${DESTDIR}/usr/include/rpcsvc .x.h: - @echo generating $@... + @${ECHO} generating $@... @CURPWD=`pwd` ; cd ${.CURDIR} ; ${RPCCOM} -h $*.x -o $$CURPWD/$@ .include -- cgit v1.1