From 7f3b481ec937e79225ef78f167070b2249e2f62a Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 3 Mar 2009 13:54:29 +0000 Subject: 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 --- 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 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 -- cgit v1.2.3