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 | 127296bc455beff15cdc3830e66fc6d2311e6057 (patch) | |
tree | b2414746d5d9c91c3d8ab8fec287b5e23e1c518f /include/quilt.mk | |
parent | 2d1ed46c687f4ec831da97e9209513a8111a0b1a (diff) | |
download | mtk-20170518-127296bc455beff15cdc3830e66fc6d2311e6057.zip mtk-20170518-127296bc455beff15cdc3830e66fc6d2311e6057.tar.gz mtk-20170518-127296bc455beff15cdc3830e66fc6d2311e6057.tar.bz2 |
speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions
SVN-Revision: 14734
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 71fee06..c5245a8 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) |