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

From: Sam Ravnborg
Date: Wed Aug 03 2011 - 07:05:16 EST


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.

Sam
--
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/