[FFmpeg-cvslog] r22582 - trunk/common.mak

mru subversion
Wed Mar 17 15:43:03 CET 2010


Author: mru
Date: Wed Mar 17 15:43:03 2010
New Revision: 22582

Log:
Make ranlib silent in brief output mode

Running ranlib is quick and uninteresting, no need to print it.

Modified:
   trunk/common.mak

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Wed Mar 17 14:04:33 2010	(r22581)
+++ trunk/common.mak	Wed Mar 17 15:43:03 2010	(r22582)
@@ -21,8 +21,8 @@ endif
 ifndef V
 Q      = @
 ECHO   = printf "$(1)\t%s\n" $(2)
-BRIEF  = CC AS YASM AR LD HOSTCC RANLIB STRIP CP
-SILENT = DEPCC YASMDEP RM
+BRIEF  = CC AS YASM AR LD HOSTCC STRIP CP
+SILENT = DEPCC YASMDEP RM RANLIB
 MSG    = $@
 M      = @$(call ECHO,$(TAG),$@);
 $(foreach VAR,$(BRIEF), \



More information about the ffmpeg-cvslog mailing list