Explorar o código

if quilt failed whilst patching, no output was shown

SVN-Revision: 14178
John Crispin %!s(int64=17) %!d(string=hai) anos
pai
achega
3ec3f111ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/quilt.mk

+ 1 - 1
include/quilt.mk

@@ -126,7 +126,7 @@ define Build/Quilt
 
   $(STAMP_CONFIGURED): $(STAMP_CHECKED) FORCE
   $(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 $$@
 
   quilt-check: $(STAMP_PREPARED) FORCE