build: Ensure that strip commands are run silently

This commit is contained in:
Diego Biurrun 2013-10-29 15:46:02 +01:00
parent 0c5f839693
commit c7f25d4c7f
1 changed files with 1 additions and 1 deletions

View File

@ -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), \