aboutsummaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-29 03:39:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-29 03:39:57 +0000
commit19e38ca2d4435cc14e82fd57b0135e8a55115dd6 (patch)
tree1f7282a6268e7897fbfe345c940c80600676e39f /include/quilt.mk
parent6e3b88381a800b3cbf6d69979841d42d827688ac (diff)
downloadmaster-187ad058-19e38ca2d4435cc14e82fd57b0135e8a55115dd6.tar.gz
master-187ad058-19e38ca2d4435cc14e82fd57b0135e8a55115dd6.tar.bz2
master-187ad058-19e38ca2d4435cc14e82fd57b0135e8a55115dd6.zip
move a stampfile to make it easier to override the patch template
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index aa0eda6919..8554f19c7f 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -59,7 +59,6 @@ endif
define Build/Patch/Default
$(if $(QUILT),rm -rf $(PKG_BUILD_DIR)/patches; mkdir -p $(PKG_BUILD_DIR)/patches)
$(call PatchDir,$(PATCH_DIR),)
- $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
define Kernel/Patch/Default
@@ -68,7 +67,6 @@ define Kernel/Patch/Default
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi
$(call PatchDir,$(GENERIC_PATCH_DIR),generic/)
$(call PatchDir,$(PATCH_DIR),platform/)
- $(if $(strip $(QUILT)),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
$(STAMP_PATCHED): $(STAMP_PREPARED)