1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 15:01:05 +03: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:
nbd 2012-02-13 15:31:28 +00:00
parent e95d1bebf7
commit ae888d8dfb

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