From 3f7ca429708946a1944b060043a366e9524c7f67 Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 25 Jan 2009 17:28:11 +0000 Subject: if quilt failed whilst patching, no output was shown git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14178 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/quilt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/quilt.mk') diff --git a/include/quilt.mk b/include/quilt.mk index c47a9262d..8a63442dd 100644 --- a/include/quilt.mk +++ b/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 -- cgit v1.2.3