[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Conditional variable based on silent or not silent?
From: |
Diego Elio Pettenò |
Subject: |
Re: Conditional variable based on silent or not silent? |
Date: |
Sat, 08 Jun 2013 13:58:56 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130517 Thunderbird/17.0.6 |
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 test for to set my variable? If not, I
> am comfortable with quieting Swig manually.
I think you're missing the point of silent rules. Silent rules do not
silence the compiler's warnings, but are rather designed so that
_exactly those_ warnings are easier to notice...
--
Diego Elio Pettenò — Flameeyes
address@hidden — http://blog.flameeyes.eu/