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:
parent
cdce6a14fb
commit
3049bd132a
3 changed files with 14 additions and 8 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue