override user/system specific quilt configuration

SVN-Revision: 11295
owl
Imre Kaloz 2008-05-30 13:51:06 +00:00
parent 65ebb5780c
commit 83072a149a
1 changed files with 1 additions and 1 deletions

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; \
quilt refresh --quiltrc=/dev/null --no-timestamps; \
done; ! quilt next 2>/dev/null >/dev/null
$(Quilt/Refresh)