aboutsummaryrefslogtreecommitdiffstats
path: root/include/quilt.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/quilt.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/quilt.mk')
-rw-r--r--include/quilt.mk3
1 files changed, 1 insertions, 2 deletions
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)