From: Felix Fietkau Date: Mon, 13 Feb 2012 15:31:28 +0000 (+0000) Subject: quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9cf5926eff62811e7e42de8f9de8bb3dcde52c02;p=librecmc%2Flibrecmc.git quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure SVN-Revision: 30500 --- diff --git a/include/quilt.mk b/include/quilt.mk index a9af2268bc..925b7a736b 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -125,7 +125,8 @@ define Quilt/Refresh/Kernel endef define Quilt/Template - $($(2)STAMP_CONFIGURED): $($(2)STAMP_CHECKED) FORCE + $($(2)STAMP_CONFIGURED): $($(2)STAMP_CHECKED) + $(if $(NO_RECONFIGURE),$($(2)STAMP_BUILT),$($(2)STAMP_CONFIGURED)): FORCE $($(2)STAMP_CHECKED): $($(2)STAMP_PREPARED) if [ -s "$(1)/patches/series" ]; then \ (cd "$(1)"; \