projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
switch to -O2 on x86 for performance reasons
[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
-if
neq ($(shell tty -s <&3 || echo x),x
)
+if
eq ($(IS_TTY),1
)
_Y:="\\33[33m"# yellow
_N:="\\33[m"# normal
endif
This page took
0.018942 seconds
and
4
git commands to generate.