diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-10-29 15:46:02 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-10-31 11:48:59 +0100 |
commit | c7f25d4c7f6504db1265d711822885331dd3ad4c (patch) | |
tree | f13c5cbc98a3d80b1596d657c051f39f64323bb6 /Makefile | |
parent | 0c5f839693da2276c2da23400f67a67be4ea0af1 (diff) | |
download | ffmpeg-c7f25d4c7f6504db1265d711822885331dd3ad4c.tar.gz |
build: Ensure that strip commands are run silently
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), \ |