[Buildroot] [git commit master] Makefile: be more quiet when make -s is used

Peter Korsgaard jacmet at sunsite.dk
Wed Sep 30 15:40:24 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=89464a96015e89da07b87d18b31f4b25b4c890ba
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Somehow got lost in the recent reorganisation.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 3895473..a7f0b88 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)
-- 
1.6.3.3




More information about the buildroot mailing list