| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
... instead of index.html
See https://github.com/mxe/mxe/issues/1422
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1422
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1593
|
| |
|
|
|
|
|
| |
Function os.rename fails if files are in different filesystems,
e.g. if /tmp is mounted as tmpfs.
|
|
|
|
|
|
| |
... not dependencies.
fix #1537
|
|
|
|
|
| |
List of plugins with additional packages was moved from s3-fetch-and-sync
to plugins-with-additional-packages.sh.
|
|
|
|
| |
See https://github.com/mxe/mxe/pull/1503#issuecomment-241625181
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
|
|
| |
index.html: make docs/build-matrix.html a link
mxe-activate: add versions.json
add .PHONY for build-matrix.html
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
fix https://github.com/mxe/mxe/issues/1471
|
|
|
|
| |
See https://github.com/mxe/mxe/pull/1443#issuecomment-233181951
|
| |
|
| |
|
| |
|
|
|
|
| |
Write new version to a temporary file and rename it to index.html.
|
| |
|
| |
|
|
|
|
| |
and do not mkdir build dir.
|
|
|
|
| |
This tool creates a skeleton of new MXE package.
|
| |
|
|
|
|
|
| |
Without external `(` and `)` the condition is evaluated to false
on Debian Jessie.
|
|
|
|
| |
Otherwise it will make interactive prompts.
|
| |
|
|
|
|
| |
MXE_BUILD_PKG_TARGETS
|
|
|
|
| |
to distinguish them from environment variables of MXE itself.
|
|
|
|
| |
fix #1308
|
|
|
|
|
|
|
|
| |
If a package is found to be broken on the first pass, then
prev_files = nil, because this structure is filled only
for non-broken packages.
See https://github.com/mxe/mxe/pull/1243#issuecomment-211137555
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the warning produced by "git add ." after removing a file with "rm":
> warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal',
> whose behaviour will change in Git 2.0 with respect to paths you removed.
> Paths like 'foo.txt' that are
> removed from your working tree are ignored with this version of Git.
>
> * 'git add --ignore-removal <pathspec>', which is the current default,
> ignores paths you removed from your working tree.
>
> * 'git add --all <pathspec>' will let you also record the removals.
>
> Run 'git status' to check the paths you removed from your working tree.
$ git status --porcelain
D foo.txt
$ git add --all .
$ git status --porcelain
D foo.txt
$ git --version
git version 1.9.1
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The second pass is done after the first one. During the second pass,
an item is built in tree of files from all other items. It checks that:
* packages can be built in any order satisfying dependencies;
* a package can be rebuilt after its dependee.
For both cases, not only build status is checked but also two sets of
files are compared. Currently content of files is not checked, only
their existance in both passes.
See #1111
|
|
|
|
| |
It will be used in buildItem()
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
fflush(stderr) may be needed:
http://mailman.linuxchix.org/pipermail/courses/2002-August/000691.html
|
|\
| |
| | |
nonetwork: print message from replaced functions
|
| |
| |
| |
| | |
See https://github.com/mxe/mxe/issues/1269
|
|/ |
|
| |
|
|
|
| |
just noticed md + code blocks need these
|