Преглед на файлове

Makefile: be more quiet when make -s is used

Somehow got lost in the recent reorganisation.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard преди 16 години
родител
ревизия
89464a9601
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Makefile

+ 3 - 0
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)