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/quilt.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/quilt.mk') diff --git a/include/quilt.mk b/include/quilt.mk index 71fee06f14..c5245a8aee 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -3,9 +3,8 @@ # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. -# -ifneq ($(__quilt_inc),1) +ifneq ($(if $(DUMP),1,$(__quilt_inc)),1) __quilt_inc:=1 ifeq ($(TARGET_BUILD),1) -- cgit v1.2.3