cvs commit: ports/java/classpath Makefile

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Tue Mar 29 06:41:19 PST 2005


On Mon, Mar 28, 2005 at 11:01:36PM +0000, Archie Cobbs wrote:
> archie      2005-03-28 23:01:36 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     java/classpath       Makefile 
>   Log:
>   Fix previous commit: use ${ECHO} instead of echo.

To second Greg's point, I think it's ${ECHO_CMD} rather than just
${ECHO}. From bsd.port.mk:

# 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.

I could be mistaken though, so please someone who knows tell us the
definite policy on this one...

Herve


More information about the cvs-all mailing list