OSDN Git Service

buildsys: skip compiler flag checking for clean targets
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Jan 2012 18:08:12 +0000 (13:08 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 16 Jan 2012 20:55:10 +0000 (15:55 -0500)
commit94bf930db1cd171ff5eb6e83bf8f593d0cde123a
treeb0b393414afb8696474c9e0b7fa16d0f1194f97a
parent1d8d1f6b915c82d1f35d4618211b60d9f91761f1
buildsys: skip compiler flag checking for clean targets

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 <vapier@gentoo.org>
Rules.mak