mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
if quilt failed whilst patching, no output was shown
SVN-Revision: 14178
This commit is contained in:
parent
3d2066526c
commit
3ec3f111ff
@ -126,7 +126,7 @@ define Build/Quilt
|
|||||||
|
|
||||||
$(STAMP_CONFIGURED): $(STAMP_CHECKED) FORCE
|
$(STAMP_CONFIGURED): $(STAMP_CHECKED) FORCE
|
||||||
$(STAMP_CHECKED): $(STAMP_PATCHED)
|
$(STAMP_CHECKED): $(STAMP_PATCHED)
|
||||||
if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); if quilt next >/dev/null 2>&1; then quilt push -a; else quilt top; fi >/dev/null 2>&1); fi
|
if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); if quilt next >/dev/null 2>&1; then quilt push -a; else quilt top >/dev/null 2>&1; fi); fi
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
quilt-check: $(STAMP_PREPARED) FORCE
|
quilt-check: $(STAMP_PREPARED) FORCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user