[FFmpeg-cvslog] build: Ensure that strip commands are run silently

Diego Biurrun git at videolan.org
Thu Oct 31 13:43:01 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Oct 29 15:46:02 2013 +0100| [c7f25d4c7f6504db1265d711822885331dd3ad4c] | committer: Diego Biurrun

build: Ensure that strip commands are run silently

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7f25d4c7f6504db1265d711822885331dd3ad4c
---

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 783971f..e116905 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ ifndef V
 Q      = @
 ECHO   = printf "$(1)\t%s\n" $(2)
 BRIEF  = CC HOSTCC HOSTLD AS YASM AR LD
-SILENT = DEPCC DEPHOSTCC DEPAS DEPYASM RANLIB RM
+SILENT = DEPCC DEPHOSTCC DEPAS DEPYASM RANLIB RM STRIP
 MSG    = $@
 M      = @$(call ECHO,$(TAG),$@);
 $(foreach VAR,$(BRIEF), \



More information about the ffmpeg-cvslog mailing list