mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
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
@ -125,7 +125,8 @@ define Quilt/Refresh/Kernel
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Quilt/Template
|
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)
|
$($(2)STAMP_CHECKED): $($(2)STAMP_PREPARED)
|
||||||
if [ -s "$(1)/patches/series" ]; then \
|
if [ -s "$(1)/patches/series" ]; then \
|
||||||
(cd "$(1)"; \
|
(cd "$(1)"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user