diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-04 13:10:52 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-04 13:10:52 +0000 |
commit | 40a175150e8ca6d66023d419196701aa337f8612 (patch) | |
tree | 06dfb92fd8c982facb95d191573d2433b07fb5e3 /include/quilt.mk | |
parent | 79d7e096c72f2cc09e4601c3c249ae95363e1fbe (diff) | |
download | upstream-40a175150e8ca6d66023d419196701aa337f8612.tar.gz upstream-40a175150e8ca6d66023d419196701aa337f8612.tar.bz2 upstream-40a175150e8ca6d66023d419196701aa337f8612.zip |
upstream style quilt refresh
SVN-Revision: 11350
Diffstat (limited to 'include/quilt.mk')
-rw-r--r-- | include/quilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |