X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Makefile;h=2a5180c61bf07a27bf63249caaf76a320f317188;hp=0297dfaf5e262ccfbe293d3fcd12c76075b94a03;hb=ade93c3b3817921b87dbeada60767ab88e52eb6e;hpb=9d188a4b7086759ce35202f8d44f2ca9358f200c diff --git a/Makefile b/Makefile index 0297dfaf5e..2a5180c61b 100644 --- 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