Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2012 17:11:09 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Alex Kozlov <spam@rm-rf.kiev.ua>
Cc:        cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/games Makefile ports/games/drcreep Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201203301711.10202.makc@freebsd.org>
In-Reply-To: <20120330155456.GA34807@ravenloft.kiev.ua>
References:  <201203301436.q2UEaXor009896@repoman.freebsd.org> <201203301540.40388.makc@freebsd.org> <20120330155456.GA34807@ravenloft.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Mar 2012 18:54:56 +0300, Alex Kozlov wrote:
> On Fri, Mar 30, 2012 at 03:40:39PM +0000, Max Brazhnikov wrote:
> > And by the way ${ECHO_CMD} should be used, if you really need echo.
> Do You mean ECHO_MSG?

It depends. The bsd.command.mk says:

# ECHO is defined in /usr/share/mk/sys.mk, which can either be "echo",
# or "true" if the make flag -s is given.  Use ECHO_CMD where you mean
# the echo command.
ECHO_CMD?=	echo				# Shell builtin

# Used to print all the '===>' style prompts - override this to turn them off.
ECHO_MSG?=	${ECHO_CMD}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203301711.10202.makc>