[MPlayer-dev-eng] [PATCH] shorten make output

Benjamin Zores ben at geexbox.org
Tue May 13 23:09:36 CEST 2008


Evgeniy Stepanov a écrit :
> Hi,
> 
> this patch makes build output much shorter and, IMO, more pleasant to the eye. 
> Instead of long gcc command lines only 'CC filename' or 'LINK filename' is 
> printed. The idea and the implementation are taken from linux kernel build 
> system. It can be turned off with 'make V=1'.

I was hoping to do the same thing on tonight.
I've tested this patch and it works as expected, except that it doesn't
hide build output for ffmpeg imported libs.

I'd like to have this patch applied as it helps a lot in terms of 
readability (especially for a warning hunt season).

If improved, it should also hide ffmpeg libs and calls to "ar".
So "rm -f libXYZ.a" might also be escaped imho.

Ben



More information about the MPlayer-dev-eng mailing list