diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 18:22:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 18:22:01 +0000 |
commit | 49e628f7652e9f7ce63b932f83b22756a65ff3b9 (patch) | |
tree | da6a7f4c8cc7c3e49b2af71d736762b4bb431fba /include/host.mk | |
parent | 2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3 (diff) | |
download | upstream-49e628f7652e9f7ce63b932f83b22756a65ff3b9.tar.gz upstream-49e628f7652e9f7ce63b932f83b22756a65ff3b9.tar.bz2 upstream-49e628f7652e9f7ce63b932f83b22756a65ff3b9.zip |
next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
Diffstat (limited to 'include/host.mk')
-rw-r--r-- | include/host.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/host.mk b/include/host.mk index 8b2e56ce51..d163c997dd 100644 --- a/include/host.mk +++ b/include/host.mk @@ -1,17 +1,18 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # 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 -TMP_DIR ?= $(TOPDIR)/tmp ifneq ($(__host_inc),1) __host_inc:=1 +.PRECIOUS: $(TMP_DIR)/.host.mk $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk @mkdir -p $(TMP_DIR) @( \ |