From bc6fcb0067e2af16337cd3144c4c5ab532f09ac0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 22 Feb 2009 17:50:31 +0000 Subject: eliminate redundancy by creating the quilt_used stampfile in the right place SVN-Revision: 14620 --- include/quilt.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/quilt.mk') diff --git a/include/quilt.mk b/include/quilt.mk index 4323c77b2b..77b76a6dae 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -79,11 +79,13 @@ endif define Host/Patch/Default $(if $(QUILT),rm -rf $(HOST_BUILD_DIR)/patches; mkdir -p $(HOST_BUILD_DIR)/patches) $(call PatchDir,$(HOST_BUILD_DIR),$(PATCH_DIR),) + $(if $(QUILT),touch $(HOST_BUILD_DIR)/.quilt_used) endef define Build/Patch/Default $(if $(QUILT),rm -rf $(PKG_BUILD_DIR)/patches; mkdir -p $(PKG_BUILD_DIR)/patches) $(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR),) + $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) endef kernel_files=$(foreach fdir,$(GENERIC_FILES_DIR) $(FILES_DIR),$(fdir)/.) -- cgit v1.2.3