Date: Tue, 29 Jan 2002 11:16:51 -0500 (EST) From: Mikhail Teterin <mi@aldan.algebra.com> To: knu@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/irc/sirc Makefile ports/irc/zircon Makefile ports/japanese/bjfilter850 Makefile ports/japanese/easypr Makefile ports/japanese/edict Makefile ports/japanese/emacs20-emcws Makefile ports/japanese/epwutil Makefile ... Message-ID: <200201291616.g0TGGsQ90665@aldan.algebra.com> In-Reply-To: <200201291108.g0TB8qx51380@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 29 Jan, Akinori MUSHA wrote:
> Log:
> Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
> the ECHO macro is set to "echo" by default, but it is set to "true"
> if make(1) is invoked with the -s option while ECHO_CMD is always
> set to the echo command.
Actually, in my opinion, using shell comment -- hash -- is even better
instead of ECHO (not ECHO_CMD).
foo:
- @${ECHO} bar
+ # bar
Yes, you see the extraneous ``#'' on the output, but it should be much
lighter on the system. Shell ignores the line, but make echos it out.
And it looks neater in the Makefile.
-mi
P.S. No, I have no objections to this series of commits :-)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201291616.g0TGGsQ90665>
