aboutsummaryrefslogtreecommitdiffstats
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
commitd6c65088f346fdba76941dbe1b1777debd3c95e0 (patch)
tree88fb1aba9d843daa8ebf3747b5d7cd57fe98be97 /include/quilt.mk
parent07db8f80f978419f90f1b85645577c2550140d0c (diff)
downloadmaster-187ad058-d6c65088f346fdba76941dbe1b1777debd3c95e0.tar.gz
master-187ad058-d6c65088f346fdba76941dbe1b1777debd3c95e0.tar.bz2
master-187ad058-d6c65088f346fdba76941dbe1b1777debd3c95e0.zip
fix unwanted automatic package cleaning when using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7956 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c1f7bacd3b..86008e2f14 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