summaryrefslogtreecommitdiffstats
path: root/patch.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-01-07 13:42:14 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-01-08 12:39:41 (GMT)
commit0edd0899ba948fc2ce775d257eb35c6efc3347f7 (patch)
treeac8f7f2233796394ed595e6d92f8465939abb78d /patch.mk
parentefc287a8d99f35176daf79af6ccd174eed8acd36 (diff)
downloadmxe-0edd0899ba948fc2ce775d257eb35c6efc3347f7.zip
mxe-0edd0899ba948fc2ce775d257eb35c6efc3347f7.tar.gz
mxe-0edd0899ba948fc2ce775d257eb35c6efc3347f7.tar.bz2
patch-tool-mxe: add "-M9" to git format-patch
See https://github.com/mxe/mxe/pull/1131#issuecomment-168547049
Diffstat (limited to 'patch.mk')
-rw-r--r--patch.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch.mk b/patch.mk
index 87c72d0..c67e7b3 100644
--- a/patch.mk
+++ b/patch.mk
@@ -51,6 +51,7 @@ define EXPORT_PATCH
--no-signature \
--stdout \
--text \
+ -M9 \
dist..HEAD \
| sed 's/^From [0-9a-f]\{40\} /From 0000000000000000000000000000000000000000 /' \
| sed 's/^index .......\.\......../index 1111111..2222222/' \