new flag to show executing shell command

2015-05-08 Thread chenzero
w and happy to hear what your idea. Thanks! chenzero code diff --- diff --git a/commands.c b/commands.c index ec5853a..922a807 100644 --- a/commands.c +++ b/commands.c @@ -415,18 +415,26 @@ chop_commands (struct commands *cmds) const char *p = lines[idx];

Re: new flag to show executing shell command

2015-05-09 Thread chenzero
:) BTW, I want to say thanks for you all create this great tool. If I can do something, e.g: Chinese translation, please contact me. Thanks, chenzero ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: new flag to show executing shell command

2015-05-14 Thread chenzero
On 2015-05-14 22:53, Paul Smith wrote: On Sat, 2015-05-09 at 12:02 +0800, chenzero wrote: I am a new beginner of gnu Make. in some cases, I fell that it will help if Make can print the executing shell command even suppressed, for example, to identify problem more easy. Have you looked at the