Make ranlib silent in brief output mode
Running ranlib is quick and uninteresting, no need to print it. Originally committed as revision 22582 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
57937d6195
commit
de5aba8cca
@ -21,8 +21,8 @@ endif
|
|||||||
ifndef V
|
ifndef V
|
||||||
Q = @
|
Q = @
|
||||||
ECHO = printf "$(1)\t%s\n" $(2)
|
ECHO = printf "$(1)\t%s\n" $(2)
|
||||||
BRIEF = CC AS YASM AR LD HOSTCC RANLIB STRIP CP
|
BRIEF = CC AS YASM AR LD HOSTCC STRIP CP
|
||||||
SILENT = DEPCC YASMDEP RM
|
SILENT = DEPCC YASMDEP RM RANLIB
|
||||||
MSG = $@
|
MSG = $@
|
||||||
M = @$(call ECHO,$(TAG),$@);
|
M = @$(call ECHO,$(TAG),$@);
|
||||||
$(foreach VAR,$(BRIEF), \
|
$(foreach VAR,$(BRIEF), \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user