From 89464a96015e89da07b87d18b31f4b25b4c890ba Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 30 Sep 2009 17:39:44 +0200 Subject: Makefile: be more quiet when make -s is used Somehow got lost in the recent reorganisation. Signed-off-by: Peter Korsgaard --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3895473a9..a7f0b887a 100644 --- a/Makefile +++ b/Makefile @@ -202,6 +202,9 @@ BASE_TARGETS:=uclibc endif TARGETS:= +# silent mode requested? +QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q) + # Strip off the annoying quoting ARCH:=$(call qstrip,$(BR2_ARCH)) ifeq ($(ARCH),xtensa) -- cgit v1.2.3-55-g7522