bug-make
[Top][All Lists]
Advanced

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

Re: new flag to show executing shell command


From: Edward Welbourne
Subject: Re: new flag to show executing shell command
Date: Sat, 09 May 2015 07:55:37 +0000

> 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.
>
> Since it seems that Make doesn't have this flag, I tried to change code.
> the code diff is in below and happy to hear what your idea.

It is better to change the make file instead, e.g replace the @ that's
suppressing printing of the command with $A and set A ?= @ somewhere in
the makefile.  Then
 make A=
shall print commands while make shall, by default, suppress them.

        Eddy.



reply via email to

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