Re: Use "make -s" to silence everything except warnings/error

From: Peter Zijlstra
Date: Wed Aug 03 2011 - 07:29:41 EST


On Wed, 2011-08-03 at 13:05 +0200, Sam Ravnborg wrote:
> Hi Peter.
>
> Saw in an old thread that you mentioned that warnings were missed because
> your computer is too quick.
>
> If you pass "-s" like this:
>
> make -s -j4 ...
>
> then you will no longer see the one-line-per-file output.
>
> But warnings are displayed and is thus much more visible.
>
> Just a hint in case you did not know.

Ooh, nice. Thanks!

Maybe I'll even write an awk script that'll colour the warnings of
important bits like kernel/ and mm/ so as not to be confused with driver
noise.

Then again, it looks like my default config is now completely warning
free, so procrastination is likely :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/