X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=facebe66b678124cef914d9b2ccc1e220bdab84d;hb=ff9c3172bf5611a7825889398e8450c90efb91ec;hp=cc5c5b429764caac316fe07db777c795af04c467;hpb=13c1060ce2a255d1c182d4f68e8e249db4aca45d;p=oweals%2Fopenwrt.git diff --git a/Makefile b/Makefile index cc5c5b4297..facebe66b6 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ export LC_ALL=C export LANG=C export TOPDIR=${shell pwd} include $(TOPDIR)/include/verbose.mk +ifeq ($(KBUILD_VERBOSE),99) + MAKE:=3>/dev/null $(MAKE) +endif OPENWRTVERSION:=$(RELEASE) ifneq ($(VERSION),)