fix verbose output with dash as /bin/sh
SVN-Revision: 8227
This commit is contained in:
@@ -26,7 +26,7 @@ ifeq ($(IS_TTY),1)
|
||||
endif
|
||||
|
||||
define MESSAGE
|
||||
echo -e "$(_Y)$(1)$(_N)" >&3
|
||||
/bin/echo -e "$(_Y)$(1)$(_N)" >&3
|
||||
endef
|
||||
|
||||
ifneq ($(KBUILD_VERBOSE),99)
|
||||
|
||||
Reference in New Issue
Block a user