1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00

upstream style quilt refresh

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11350 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-06-04 13:10:52 +00:00
parent 8bbd8363d7
commit da597e080b

View File

@ -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)