projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a5598
)
add function names to quilt-generated patch files to make patches more readable
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Oct 2008 01:44:55 +0000
(
01:44
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Oct 2008 01:44:55 +0000
(
01:44
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12938
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
07bab8b
..
70bc84e
100644
(file)
--- 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 -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
$(Quilt/Refresh)
This page took
0.02713 seconds
and
4
git commands to generate.