From d1933f97616f741723c7dbe0efb32bd9100c7886 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 29 Sep 2007 03:39:57 +0000 Subject: move a stampfile to make it easier to override the patch template SVN-Revision: 9062 --- include/quilt.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/quilt.mk') 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) -- cgit v1.2.3