projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
revert [8907] and rename kmod-soundcore and kmod-ipip modules in 7.09 as well
[openwrt.git]
/
include
/
host.mk
diff --git
a/include/host.mk
b/include/host.mk
index
cc0436e
..
d163c99
100644
(file)
--- a/
include/host.mk
+++ b/
include/host.mk
@@
-1,16
+1,18
@@
#
#
-# Copyright (C) 200
6
OpenWrt.org
+# Copyright (C) 200
7
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
+TMP_DIR ?= $(TOPDIR)/tmp
-include $(TMP_DIR)/.host.mk
export TAR
ifneq ($(__host_inc),1)
__host_inc:=1
-include $(TMP_DIR)/.host.mk
export TAR
ifneq ($(__host_inc),1)
__host_inc:=1
+.PRECIOUS: $(TMP_DIR)/.host.mk
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
@mkdir -p $(TMP_DIR)
@( \
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
@mkdir -p $(TMP_DIR)
@( \
This page took
0.023777 seconds
and
4
git commands to generate.