minor tweaks to the verbose system
[oweals/openwrt.git] / Makefile
index 0297dfaf5e262ccfbe293d3fcd12c76075b94a03..2a5180c61bf07a27bf63249caaf76a320f317188 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,6 @@ SHELL:=/usr/bin/env bash
 export LC_ALL=C
 export LANG=C
 export TOPDIR=${CURDIR}
-ifeq ($(KBUILD_VERBOSE),99)
-  MAKE:=3>/dev/null $(MAKE)
-endif
 export IS_TTY=$(shell tty -s && echo 1 || echo 0)
 
 include $(TOPDIR)/include/verbose.mk