From 87fcd635fe142f19c46a8ed15ac8bf468b1e2728 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 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 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