summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2009-09-30 17:39:44 +0200
committerPeter Korsgaard2009-09-30 17:39:44 +0200
commit89464a96015e89da07b87d18b31f4b25b4c890ba (patch)
treeca063a0f123e66b24812a0d094c3f022f28e7ace /Makefile
parentzlib: Replace negative logic in Makefile with positive (diff)
downloadbuildroot-89464a96015e89da07b87d18b31f4b25b4c890ba.tar.gz
buildroot-89464a96015e89da07b87d18b31f4b25b4c890ba.tar.xz
buildroot-89464a96015e89da07b87d18b31f4b25b4c890ba.zip
Makefile: be more quiet when make -s is used
Somehow got lost in the recent reorganisation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)