On Thu, 31 May 2001 16:19:44 -0400, Mark Frazer
<[EMAIL PROTECTED]> wrote:
>Ignoring the @ (command echo suppressor) during make debugging would
>be verrrrrrrrry handy.
>
>I can't find a documented option to do so.
I code all my command suppressor like this
_ECHO=@ # near begining
$(_ECHO)cmd...
so it can be overridden from the command line
make -f xxxx _ECHO=
john
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make