projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d08f71
)
fix for including host.mk multiple times
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 21:17:57 +0000
(21:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 21:17:57 +0000
(21:17 +0000)
SVN-Revision: 6369
include/host.mk
patch
|
blob
|
history
diff --git
a/include/host.mk
b/include/host.mk
index 4a434711c3c8649c259cb3826aacb53fd9547c8d..423ca1661082b53cfd6ce8daf0dd56640a4d884d 100644
(file)
--- a/
include/host.mk
+++ b/
include/host.mk
@@
-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