diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-18 13:44:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-19 00:29:22 (GMT) |
commit | 1b1b9c9a9a15737e83cfc0aee65e21d8385ef832 (patch) | |
tree | fbf43c3a8ef9c8072c2eedd4d5f68e3af30d656b /patch.mk | |
parent | 99b8d3306133b4e18e57a9fa1cd30c7b09f93046 (diff) | |
download | mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.zip mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.gz mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.bz2 |
various packages: run `make refresh-patches` with numbering
Diffstat (limited to 'patch.mk')
-rw-r--r-- | patch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ define EXPORT_PATCH echo 'Contains ad hoc patches for cross building.'; \ echo ''; \ $(call GIT_CMD,$(1)) format-patch \ - --no-numbered \ + --numbered \ -p \ --no-signature \ --stdout \ |