From 127296bc455beff15cdc3830e66fc6d2311e6057 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 3 Mar 2009 13:54:29 +0000 Subject: speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions SVN-Revision: 14734 --- include/host.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/host.mk') 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 -- cgit v1.2.3