projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix truncated pings results when packets are too small. Also check for packet maximum...
[openwrt.git]
/
include
/
verbose.mk
diff --git
a/include/verbose.mk
b/include/verbose.mk
index
b4242f2
..
99747ed
100644
(file)
--- a/
include/verbose.mk
+++ b/
include/verbose.mk
@@
-19,8
+19,8
@@
ifeq ("$(origin V)", "command line")
endif
ifeq ($(IS_TTY),1)
- _Y:="\\
33[33m"
# yellow
- _N:="\\
33[m"#
normal
+ _Y:="\\
033[33m"
# yellow
+ _N:="\\
033[m" #
normal
endif
ifneq ($(KBUILD_VERBOSE),99)
This page took
0.028698 seconds
and
4
git commands to generate.