aboutsummaryrefslogtreecommitdiffstats
path: root/include/host.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-03 13:54:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-03 13:54:29 +0000
commit87fcd635fe142f19c46a8ed15ac8bf468b1e2728 (patch)
tree25549d2e0786b41556505af3b5e9bb0520da1d15 /include/host.mk
parenta7d3754b11a13360c265717f510b0ce4b86abc97 (diff)
downloadmaster-187ad058-87fcd635fe142f19c46a8ed15ac8bf468b1e2728.tar.gz
master-187ad058-87fcd635fe142f19c46a8ed15ac8bf468b1e2728.tar.bz2
master-187ad058-87fcd635fe142f19c46a8ed15ac8bf468b1e2728.zip
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 b6a58248fd..497d044503 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