mirror of https://git.ffmpeg.org/ffmpeg.git
build: Ensure that strip commands are run silently
This commit is contained in:
parent
0c5f839693
commit
c7f25d4c7f
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ ifndef V
|
||||||
Q = @
|
Q = @
|
||||||
ECHO = printf "$(1)\t%s\n" $(2)
|
ECHO = printf "$(1)\t%s\n" $(2)
|
||||||
BRIEF = CC HOSTCC HOSTLD AS YASM AR LD
|
BRIEF = CC HOSTCC HOSTLD AS YASM AR LD
|
||||||
SILENT = DEPCC DEPHOSTCC DEPAS DEPYASM RANLIB RM
|
SILENT = DEPCC DEPHOSTCC DEPAS DEPYASM RANLIB RM STRIP
|
||||||
MSG = $@
|
MSG = $@
|
||||||
M = @$(call ECHO,$(TAG),$@);
|
M = @$(call ECHO,$(TAG),$@);
|
||||||
$(foreach VAR,$(BRIEF), \
|
$(foreach VAR,$(BRIEF), \
|
||||||
|
|
Loading…
Reference in New Issue