minor tweaks to the verbose system

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2007-04-11 22:59:42 +00:00
parent cdce6a14fb
commit 3049bd132a
3 changed files with 14 additions and 8 deletions

View file

@ -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