From: Imre Kaloz Date: Wed, 4 Jun 2008 13:10:52 +0000 (+0000) Subject: upstream style quilt refresh X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=40a175150e8ca6d66023d419196701aa337f8612 upstream style quilt refresh SVN-Revision: 11350 --- diff --git a/include/quilt.mk b/include/quilt.mk index 58ced886c5..ffc5850d85 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -148,7 +148,7 @@ define Build/Quilt refresh: quilt-check @cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null @cd $(PKG_BUILD_DIR); while quilt next 2>/dev/null >/dev/null && quilt push; do \ - quilt refresh --quiltrc=/dev/null --no-timestamps; \ + quilt refresh -p ab --no-index --quiltrc=/dev/null --no-timestamps; \ done; ! quilt next 2>/dev/null >/dev/null $(Quilt/Refresh)