mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
add function names to quilt-generated patch files to make patches more readable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12938 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c8a5598162
commit
647f6d6949
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user