index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2006-11-12 02:56:35 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2006-11-12 02:56:35 +0000
commit
b8712cb816fc0d0d7b6c15be6e06d9dc3d3164be
(
patch
)
tree
f895fef2edb7786b9a0ef5f9584dfef27c258181
/
Makefile
parent
864ae8f613bccace04681bc03b05d0c6d8bf02c9
(
diff
)
tty detect fix
SVN-Revision: 5510
Diffstat
(limited to 'Makefile')
-rw-r--r--
Makefile
5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 62a0338746..e5e1f6fd31 100644
--- a/
Makefile
+++ b/
Makefile
@@ -24,10 +24,7 @@ export TOPDIR=${shell pwd}
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif
-ifneq ($(shell tty -s <&3 || echo x),x)
- IS_TTY=1
- export IS_TTY
-endif
+export IS_TTY=$(shell tty -s && echo 1 || echo 0)
include $(TOPDIR)/include/verbose.mk