From: Felix Fietkau Date: Sat, 14 Oct 2006 13:02:09 +0000 (+0000) Subject: another fix for invalid fd messages X-Git-Tag: reboot~30702 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5f05cf26ee5760df67732ef75e9205aba2ac788e;p=openwrt%2Fstaging%2Fblogic.git another fix for invalid fd messages SVN-Revision: 5076 --- diff --git a/Makefile b/Makefile index cc5c5b429764..facebe66b678 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),)