Skip to content
Snippets Groups Projects
Commit beb83c1e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add function names to quilt-generated patch files to make patches more readable

SVN-Revision: 12938
parent 6d17afd1
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ define Build/Quilt ...@@ -148,7 +148,7 @@ define Build/Quilt
refresh: quilt-check refresh: quilt-check
@cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null @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 \ @cd $(PKG_BUILD_DIR); while quilt next 2>/dev/null >/dev/null && quilt push; do \
quilt refresh -p ab --no-index --quiltrc=/dev/null --no-timestamps; \ QUILT_DIFF_OPTS="-p" quilt refresh -p ab --no-index --quiltrc=/dev/null --no-timestamps; \
done; ! quilt next 2>/dev/null >/dev/null done; ! quilt next 2>/dev/null >/dev/null
$(Quilt/Refresh) $(Quilt/Refresh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment