Commit 829c113c authored by mru's avatar mru

Make ranlib silent in brief output mode

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22582 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff5ca28e
......@@ -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), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment