[PATCH] buildsys: skip compiler flag checking for clean targets

2012-01-15 Thread Mike Frysinger
As suggested by Bernhard, there is no point in evaluating the compiler's flag availability when cleaning, so skip things in that case. If there are variables that change targets based on the flags, then things are already broken and need fixing independently. Signed-off-by: Mike Frysinger

Re: [PATCH] buildsys: skip compiler flag checking for clean targets

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 13:11:58 Mike Frysinger wrote: As suggested by Bernhard, there is no point in evaluating the compiler's flag availability when cleaning, so skip things in that case. If there are variables that change targets based on the flags, then things are already broken and

Re: [PATCH] buildsys: skip compiler flag checking for clean targets

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 13:23:54 Mike Frysinger wrote: On Sunday 15 January 2012 13:11:58 Mike Frysinger wrote: As suggested by Bernhard, there is no point in evaluating the compiler's flag availability when cleaning, so skip things in that case. If there are variables that change

Re: [PATCH] buildsys: skip compiler flag checking for clean targets

2012-01-15 Thread Carmelo AMOROSO
On 15/01/2012 19.37, Mike Frysinger wrote: On Sunday 15 January 2012 13:23:54 Mike Frysinger wrote: On Sunday 15 January 2012 13:11:58 Mike Frysinger wrote: As suggested by Bernhard, there is no point in evaluating the compiler's flag availability when cleaning, so skip things in that case.