From a423169db4af9b85a065a6c90a7420d7fc142a72 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 14 Oct 2006 13:02:09 +0000 Subject: [PATCH] another fix for invalid fd messages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5076 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index cc5c5b429..facebe66b 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),) -- 2.35.1