summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-04-11 22:59:42 +0000
committerMike Baker <mbm@openwrt.org>2007-04-11 22:59:42 +0000
commit9b62c7eb9d767956f9bc4066341b24077dce4332 (patch)
tree8ade56dd2246807dd06e523a6cfa9d6dfe24c2ff /Makefile
parent30dfff4849d178906314dabe3180e96b29ad423d (diff)
downloadmtk-20170518-9b62c7eb9d767956f9bc4066341b24077dce4332.zip
mtk-20170518-9b62c7eb9d767956f9bc4066341b24077dce4332.tar.gz
mtk-20170518-9b62c7eb9d767956f9bc4066341b24077dce4332.tar.bz2
minor tweaks to the verbose system
SVN-Revision: 6936
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0297dfa..2a5180c 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