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

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue May 13 22:54:29 CEST 2008


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'.

As I mentioned on -cvslog, with the latest changes to the build system, the 
last linking command takes almost 3 screens on my monitor, and it becomes 
tiresome to scroll back and check for warnings all the time. With this patch, 
the warnings are much more noticable. Even better, there is more motivation 
to fix them, because the output then becomes even more beautiful.

The patch is slightly incomplete, it only hides the most popular build 
commands. It can be finished in no time, but I wanted to here the opinion of 
other developers first.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make-quiet.patch
Type: text/x-diff
Size: 1850 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20080514/13fbf24a/attachment.patch>


More information about the MPlayer-dev-eng mailing list