Skip to content
Snippets Groups Projects
Commit 5f87e72d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix quilt patch check

SVN-Revision: 9121
parent 7d179076
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ $(STAMP_PATCHED): $(STAMP_PREPARED) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment