fix for including host.mk multiple times
SVN-Revision: 6369
This commit is contained in:
@@ -9,6 +9,8 @@ include $(TMP_DIR)/.host.mk
|
|||||||
|
|
||||||
export TAR
|
export TAR
|
||||||
|
|
||||||
|
ifneq ($(__host_inc),1)
|
||||||
|
__host_inc:=1
|
||||||
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
||||||
@mkdir -p $(TMP_DIR)
|
@mkdir -p $(TMP_DIR)
|
||||||
@( \
|
@( \
|
||||||
@@ -32,3 +34,4 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
|||||||
echo "BASH:=$(shell which bash)" >> $@; \
|
echo "BASH:=$(shell which bash)" >> $@; \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user