diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 13:54:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 13:54:29 +0000 |
commit | 87fcd635fe142f19c46a8ed15ac8bf468b1e2728 (patch) | |
tree | 25549d2e0786b41556505af3b5e9bb0520da1d15 /include/quilt.mk | |
parent | a7d3754b11a13360c265717f510b0ce4b86abc97 (diff) | |
download | upstream-87fcd635fe142f19c46a8ed15ac8bf468b1e2728.tar.gz upstream-87fcd635fe142f19c46a8ed15ac8bf468b1e2728.tar.bz2 upstream-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.mk | 3 |
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) |