quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure

SVN-Revision: 30500
This commit is contained in:
Felix Fietkau 2012-02-13 15:31:28 +00:00
parent 8d5dfa75e6
commit 9cf5926eff
1 changed files with 2 additions and 1 deletions

View File

@ -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)"; \