summaryrefslogtreecommitdiffstats
path: root/include/host.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-03 13:54:29 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-03 13:54:29 +0000
commit7f3b481ec937e79225ef78f167070b2249e2f62a (patch)
tree25549d2e0786b41556505af3b5e9bb0520da1d15 /include/host.mk
parent82171215c1192a83de04760e499c7f9ec72845be (diff)
speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14734 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host.mk')
-rw-r--r--include/host.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/host.mk b/include/host.mk
index b6a58248f..497d04450 100644
--- a/include/host.mk
+++ b/include/host.mk
@@ -6,7 +6,9 @@
#
TMP_DIR ?= $(TOPDIR)/tmp
--include $(TMP_DIR)/.host.mk
+ifndef DUMP
+ -include $(TMP_DIR)/.host.mk
+endif
export TAR FIND