Procházet zdrojové kódy

another fix for invalid fd messages

SVN-Revision: 5076
Felix Fietkau před 19 roky
rodič
revize
5f05cf26ee
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -22,6 +22,9 @@ export LC_ALL=C
 export LANG=C
 export LANG=C
 export TOPDIR=${shell pwd}
 export TOPDIR=${shell pwd}
 include $(TOPDIR)/include/verbose.mk
 include $(TOPDIR)/include/verbose.mk
+ifeq ($(KBUILD_VERBOSE),99)
+  MAKE:=3>/dev/null $(MAKE)
+endif
 
 
 OPENWRTVERSION:=$(RELEASE)
 OPENWRTVERSION:=$(RELEASE)
 ifneq ($(VERSION),)
 ifneq ($(VERSION),)