aboutsummaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-20 16:17:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-20 16:17:50 +0000
commit8e682d617b86c10a4a897e5f9c41051f01456604 (patch)
tree283c951793a573bfb8b4a14bf918c71be4202e24 /include/quilt.mk
parent5ed0c7a3b1793d8b020cf5a49fc6c88040c7463e (diff)
downloadmaster-187ad058-8e682d617b86c10a4a897e5f9c41051f01456604.tar.gz
master-187ad058-8e682d617b86c10a4a897e5f9c41051f01456604.tar.bz2
master-187ad058-8e682d617b86c10a4a897e5f9c41051f01456604.zip
fix spontaneous rebuilds caused by make package/<name>/update with quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8879 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index a2cbdf9eeb..a7aac91c06 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -26,7 +26,6 @@ endef
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
override CONFIG_AUTOREBUILD=
define Build/Patch/Default