summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/host.mk1
-rw-r--r--include/verbose.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/host.mk b/include/host.mk
index cc0436e..8b2e56c 100644
--- a/include/host.mk
+++ b/include/host.mk
@@ -8,6 +8,7 @@
-include $(TMP_DIR)/.host.mk
export TAR
+TMP_DIR ?= $(TOPDIR)/tmp
ifneq ($(__host_inc),1)
__host_inc:=1
diff --git a/include/verbose.mk b/include/verbose.mk
index f18e9a2..5ceaf99 100644
--- a/include/verbose.mk
+++ b/include/verbose.mk
@@ -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)