projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1930885
)
fix colors when compiling with some newer versions of bash
author
Mike Baker
<mbm@openwrt.org>
Tue, 30 Jan 2007 18:30:20 +0000
(18:30 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 30 Jan 2007 18:30:20 +0000
(18:30 +0000)
SVN-Revision: 6231
include/verbose.mk
patch
|
blob
|
history
diff --git
a/include/verbose.mk
b/include/verbose.mk
index b4242f212acc512c4d66533932bf86838f374eab..99747ed3fd4f46ad6ef347e0260a2f798c4ae374 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)