summaryrefslogtreecommitdiffstats
path: root/patch.mk
Commit message (Collapse)AuthorAgeFilesLines
* core packages are now a pluginBoris Nagaev2016-12-221-4/+4
| | | | See https://github.com/mxe/mxe/issues/1422
* move index.html to docs/Boris Nagaev2016-08-271-4/+4
| | | | See https://github.com/mxe/mxe/issues/1500
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-4/+2
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* patch.mk: portability fix for gsedTony Theodore2016-07-171-4/+4
|
* patch-tool-mxe: rename existing .git directoriesBoris Nagaev2016-06-131-0/+2
| | | | | winpcap has directory wpcap/libpcap/.git in its source tree. Git considers wpcap/libpcap to be a submodule, which is unwanted.
* Revert "fix libieee1284 on Wheezy and prevent patch-tool-mxe from using rename"Boris Nagaev2016-02-011-0/+1
|
* patch-tool-mxe: remove "-M9" from git format-patchBoris Nagaev2016-01-111-1/+0
| | | | | | > patch < 2.7 (Wheezy has 2.6.1) can't handle the rename done in the patch. See https://github.com/mxe/mxe/issues/1170#issuecomment-170701741
* patch-tool-mxe: add "-M9" to git format-patchBoris Nagaev2016-01-081-0/+1
| | | | See https://github.com/mxe/mxe/pull/1131#issuecomment-168547049
* move patching functions and targets to patch.mkBoris Nagaev2016-01-081-0/+87
See https://github.com/mxe/mxe/pull/1134#issuecomment-168873410 See https://github.com/mxe/mxe/pull/1134#issuecomment-169867926