Date: Tue, 29 Mar 2005 16:41:13 +0200 From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> To: Archie Cobbs <archie@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/java/classpath Makefile Message-ID: <20050329144113.GA52481@arabica.esil.univ-mrs.fr> In-Reply-To: <200503282301.j2SN1acn080913@repoman.freebsd.org> References: <200503282301.j2SN1acn080913@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050329144113.GA52481>