Re: Conditional variable based on silent or not silent?

2013-06-08 Thread Nate Bargmann
* 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

Re: Conditional variable based on silent or not silent?

2013-06-08 Thread Nate Bargmann
* 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

Re: Conditional variable based on silent or not silent?

2013-06-08 Thread Stefano Lattarini
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

Re: Conditional variable based on silent or not silent?

2013-06-08 Thread Diego Elio Pettenò
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

Conditional variable based on silent or not silent?

2013-06-08 Thread Nate Bargmann
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