fix unwanted automatic package cleaning when using quilt

SVN-Revision: 7956
This commit is contained in:
Felix Fietkau 2007-07-13 07:17:17 +00:00
parent c50816d093
commit e670647412

View file

@ -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