From c7f25d4c7f6504db1265d711822885331dd3ad4c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 29 Oct 2013 15:46:02 +0100 Subject: build: Ensure that strip commands are run silently --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 783971fdbf..e116905c0c 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), \ -- cgit v1.2.3