projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add prereq checks for target/linux/* and target/image/*, check for fdisk for the...
[openwrt.git]
/
include
/
verbose.mk
diff --git
a/include/verbose.mk
b/include/verbose.mk
index
34568a3
..
b4242f2
100644
(file)
--- a/
include/verbose.mk
+++ b/
include/verbose.mk
@@
-18,7
+18,7
@@
ifeq ("$(origin V)", "command line")
KBUILD_VERBOSE:=$(V)
endif
KBUILD_VERBOSE:=$(V)
endif
-if
neq ($(shell tty -s <&3 || echo x),x
)
+if
eq ($(IS_TTY),1
)
_Y:="\\33[33m"# yellow
_N:="\\33[m"# normal
endif
_Y:="\\33[33m"# yellow
_N:="\\33[m"# normal
endif
This page took
0.019414 seconds
and
4
git commands to generate.