Use ${ECHO} instead of echo' so that make -s' is fairly quiet.

This commit is contained in:
Bruce Evans 1996-02-25 20:25:05 +00:00
parent e6302eab11
commit 463c7e7ac6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14250
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ CLEANFILES+= ${MAN1}
MANDEPEND+= ${MAN1}
${MAN1}: ${.CURDIR}/man.man
@echo Making ${.TARGET:T} from ${.ALLSRC:T}; \
@${ECHO} echo Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
-e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
-e 's,%manpath_config_file%,${manpath_config_file},' \

View File

@ -20,7 +20,7 @@ CLEANFILES+= ${MAN1}
MANDEPEND+= ${MAN1}
${MAN1}: ${.CURDIR}/manpath.man
@echo Making ${.TARGET:T} from ${.ALLSRC:T}; \
@${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
-e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
-e 's,%manpath_config_file%,${manpath_config_file},' \

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1995/04/12 02:42:22 ache Exp $
# $Id: Makefile,v 1.3 1996/02/06 23:47:32 wosch Exp $
.include "${.CURDIR}/Makefile.inc"
@ -20,7 +20,7 @@ MANDEPEND = ${MAN1}
.include <bsd.prog.mk>
${MAN1}: at.man
@echo Making ${.TARGET:T} from ${.ALLSRC:T}; \
@${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e \
"s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
s@_ATJOB_DIR@$(ATJOB_DIR)@g; \