summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-02-25 20:25:05 +0000
committerbde <bde@FreeBSD.org>1996-02-25 20:25:05 +0000
commit536f40a1ebc14077b92852771a0f25b67bc80d8d (patch)
tree4f3e5c18d3131f6cce40b9d27b7684a572a82ecd /gnu
parent5183c3b725c409c4eb1a51b3ca12c361a24579be (diff)
downloadFreeBSD-src-536f40a1ebc14077b92852771a0f25b67bc80d8d.zip
FreeBSD-src-536f40a1ebc14077b92852771a0f25b67bc80d8d.tar.gz
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/Makefile2
-rw-r--r--gnu/usr.bin/man/manpath/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile
index daab3c2..a84945b 100644
--- a/gnu/usr.bin/man/man/Makefile
+++ b/gnu/usr.bin/man/man/Makefile
@@ -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},' \
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 578ae91..6633d6c 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -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},' \
OpenPOWER on IntegriCloud