mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
tty detect fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5510 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4134d3b68a
commit
7e3c65163f
5
Makefile
5
Makefile
@ -24,10 +24,7 @@ export TOPDIR=${shell pwd}
|
|||||||
ifeq ($(KBUILD_VERBOSE),99)
|
ifeq ($(KBUILD_VERBOSE),99)
|
||||||
MAKE:=3>/dev/null $(MAKE)
|
MAKE:=3>/dev/null $(MAKE)
|
||||||
endif
|
endif
|
||||||
ifneq ($(shell tty -s <&3 || echo x),x)
|
export IS_TTY=$(shell tty -s && echo 1 || echo 0)
|
||||||
IS_TTY=1
|
|
||||||
export IS_TTY
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(TOPDIR)/include/verbose.mk
|
include $(TOPDIR)/include/verbose.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user