quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30500 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e95d1bebf7
commit
ae888d8dfb
1 changed files with 2 additions and 1 deletions
|
@ -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)"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue