mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix quilt patch check
SVN-Revision: 9121
This commit is contained in:
parent
7d179076ca
commit
5f87e72dae
@ -123,7 +123,7 @@ $(STAMP_PATCHED): $(STAMP_PREPARED)
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(STAMP_CHECKED): $(STAMP_PATCHED)
|
$(STAMP_CHECKED): $(STAMP_PATCHED)
|
||||||
if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); quilt push -a); fi
|
if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); quilt next >/dev/null 2>&1 && quilt push -a || quilt top >/dev/null 2>&1); fi
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
define Build/Quilt
|
define Build/Quilt
|
||||||
|
Loading…
Reference in New Issue
Block a user