summaryrefslogtreecommitdiff
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-13 07:17:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-13 07:17:17 +0000
commite670647412553e1a0f0ad9f44e0238231338360e (patch)
tree106115783d0ecc95262b5911cb7bef71ae84170b /include/quilt.mk
parentc50816d0931cd0b5d1ed893dfdda580debd29e92 (diff)
downloadmtk-20170518-e670647412553e1a0f0ad9f44e0238231338360e.zip
mtk-20170518-e670647412553e1a0f0ad9f44e0238231338360e.tar.gz
mtk-20170518-e670647412553e1a0f0ad9f44e0238231338360e.tar.bz2
fix unwanted automatic package cleaning when using quilt
SVN-Revision: 7956
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index c1f7bac..86008e2 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -24,7 +24,7 @@ QUILT?=$(strip $(shell test -f $(PKG_BUILD_DIR)/.quilt_used && echo y))
ifneq ($(QUILT),)
STAMP_PREPARED:=$(strip $(STAMP_PREPARED))_q
STAMP_PATCHED:=$(PKG_BUILD_DIR)/.quilt_patched
- CONFIG_AUTOREBUILD=
+ override CONFIG_AUTOREBUILD=
PATCHES:=$(shell )
define Build/Patch/Default
rm -rf $(PKG_BUILD_DIR)/patches