diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-13 07:17:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-13 07:17:17 +0000 |
commit | d6c65088f346fdba76941dbe1b1777debd3c95e0 (patch) | |
tree | 88fb1aba9d843daa8ebf3747b5d7cd57fe98be97 /include | |
parent | 07db8f80f978419f90f1b85645577c2550140d0c (diff) | |
download | upstream-d6c65088f346fdba76941dbe1b1777debd3c95e0.tar.gz upstream-d6c65088f346fdba76941dbe1b1777debd3c95e0.tar.bz2 upstream-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')
-rw-r--r-- | include/quilt.mk | 2 |
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 |