projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
57937d6
)
Make ranlib silent in brief output mode
author
Måns Rullgård
<mans@mansr.com>
Wed, 17 Mar 2010 14:43:03 +0000
(14:43 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 17 Mar 2010 14:43:03 +0000
(14:43 +0000)
Running ranlib is quick and uninteresting, no need to print it.
Originally committed as revision 22582 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
blame
|
history
diff --git
a/common.mak
b/common.mak
index
908d0e5
..
25a5d81
100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-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), \