bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature Request: ignore @'s in rules


From: John Alvord
Subject: Re: Feature Request: ignore @'s in rules
Date: Thu, 31 May 2001 21:30:10 GMT

On Thu, 31 May 2001 16:19:44 -0400, Mark Frazer
<address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]