mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
fix for including host.mk multiple times
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6369 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
93bcd1e554
commit
6c26dacd2c
@ -9,6 +9,8 @@ include $(TMP_DIR)/.host.mk
|
||||
|
||||
export TAR
|
||||
|
||||
ifneq ($(__host_inc),1)
|
||||
__host_inc:=1
|
||||
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
||||
@mkdir -p $(TMP_DIR)
|
||||
@( \
|
||||
@ -32,3 +34,4 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
||||
echo "BASH:=$(shell which bash)" >> $@; \
|
||||
)
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user