projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4134d3b
)
tty detect fix
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Nov 2006 02:56:35 +0000
(
02:56
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Nov 2006 02:56:35 +0000
(
02:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5510
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
62a0338
..
e5e1f6f
100644
(file)
--- 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
This page took
0.024524 seconds
and
4
git commands to generate.