1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

fix verbose output with dash as /bin/sh

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8227 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-30 14:50:15 +00:00
parent 7b97cf0e68
commit e692b6f78e
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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)