* On 2013 08 Jun 09:48 -0500, Stefano Lattarini wrote:
> On 06/08/2013 02:58 PM, Diego Elio Pettenò wrote:
> > On 08/06/2013 12:58, Nate Bargmann wrote:
> >>
> >> As 'make V=1' can be used to override the silent rules created from
> >> 'configure',
> >>
> Actually, it silences the rules created by
* On 2013 08 Jun 07:59 -0500, Diego Elio Pettenò wrote:
> On 08/06/2013 12:58, Nate Bargmann wrote:
> >
> > As 'make V=1' can be used to override the silent rules created from
> > 'configure', is it possible to write the variable with the ability to be
> > conditional at make time? In other words
On 06/08/2013 02:58 PM, Diego Elio Pettenò wrote:
> On 08/06/2013 12:58, Nate Bargmann wrote:
>>
>> As 'make V=1' can be used to override the silent rules created from
>> 'configure',
>>
Actually, it silences the rules created by Automake; the "V=1" can be
to override, at make runtime, the verbosit
On 08/06/2013 12:58, Nate Bargmann wrote:
>
> As 'make V=1' can be used to override the silent rules created from
> 'configure', is it possible to write the variable with the ability to be
> conditional at make time? In other words, does make set some sort of
> environment variable that I can tes
Perhaps this is more of a GNU Make question than of Automake.
The prjoect I work with uses Swig and while there is no provision for
turning off all warnings, certain warnings can be quelled. While I can
add the needed option to the Makefile.am, I would like to place a
variable in that position th