Skip to content
Snippets Groups Projects
Commit e23c6c4b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix verbose output with dash as /bin/sh

SVN-Revision: 8227
parent c517fb2a
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ ifneq ($(OPENWRT_BUILD),1) ...@@ -18,6 +18,8 @@ ifneq ($(OPENWRT_BUILD),1)
export OPENWRT_BUILD:=1 export OPENWRT_BUILD:=1
include $(TOPDIR)/include/toplevel.mk include $(TOPDIR)/include/toplevel.mk
else else
include $(TOPDIR)/include/host.mk
include rules.mk include rules.mk
include $(INCLUDE_DIR)/depends.mk include $(INCLUDE_DIR)/depends.mk
include $(INCLUDE_DIR)/subdir.mk include $(INCLUDE_DIR)/subdir.mk
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
-include $(TMP_DIR)/.host.mk -include $(TMP_DIR)/.host.mk
export TAR export TAR
TMP_DIR ?= $(TOPDIR)/tmp
ifneq ($(__host_inc),1) ifneq ($(__host_inc),1)
__host_inc:=1 __host_inc:=1
......
...@@ -26,7 +26,7 @@ ifeq ($(IS_TTY),1) ...@@ -26,7 +26,7 @@ ifeq ($(IS_TTY),1)
endif endif
define MESSAGE define MESSAGE
echo -e "$(_Y)$(1)$(_N)" >&3 /bin/echo -e "$(_Y)$(1)$(_N)" >&3
endef endef
ifneq ($(KBUILD_VERBOSE),99) ifneq ($(KBUILD_VERBOSE),99)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment