Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #359 from TimothyGu/temp-rem | Tony Theodore | 2014-04-15 | 1 | -0/+4 |
|\ | | | | | Add convenience target clean-junk | ||||
| * | Add convenience target clean-junk | Timothy Gu | 2014-03-27 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Squalch deprecated target name warning for build-requirements | Timothy Gu | 2014-04-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Merge commit 'd3adb06a1383a1454e95d58400c520454a61a716' | Timothy Gu | 2014-04-11 | 1 | -2/+2 |
|\ \ | |||||
| * | | Sort $(MXE_TARGET_LIST) by triplets instead of lib types | Timothy Gu | 2014-04-10 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | Nothing in the Makefile is affected else than the generation of default settings.mk. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Add documentation for default settings.mk | Timothy Gu | 2014-04-11 | 1 | -0/+13 |
|/ | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Always symlink to log/PKG_TARGET | Timothy Gu | 2014-03-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Use tmp-PKG-TARGET as temporary dir | Timothy Gu | 2014-03-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Make download-* targets display "[download] *" instead of log | Timothy Gu | 2014-03-11 | 1 | -3/+17 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Makefile: add support for make-shared-from-static tool with default args | Tony Theodore | 2014-03-10 | 1 | -0/+9 |
| | |||||
* | Makefile: add MXE_VERBOSE variable to echo full logs | Tony Theodore | 2014-02-12 | 1 | -2/+6 |
| | | | | closes #309 and resolves #299 | ||||
* | Makefile: speedup LOOKUP_PKG_RULE function | Tony Theodore | 2014-02-12 | 1 | -4/+17 |
| | | | | Use gmsl `memoize` function and associative arrays to cache results | ||||
* | various packages: enable shared builds | Tony Theodore | 2014-02-10 | 1 | -0/+1 |
| | |||||
* | Makefile and pkgconf: move external tools separate directory | Tony Theodore | 2014-02-09 | 1 | -2/+3 |
| | |||||
* | Makefile docs and pkgconf: add support for shared|static variants | Tony Theodore | 2014-02-09 | 1 | -4/+28 |
| | |||||
* | Merge pull request #320 from tonytheodore/lookup-pkg-rule | Tony Theodore | 2014-02-08 | 1 | -13/+22 |
|\ | | | | | Makefile: refactor lookup of pkg build rules and deps | ||||
| * | Makefile: refactor lookup of pkg build rules and deps | Tony Theodore | 2014-02-08 | 1 | -13/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | Introduces a LOOKUP_PKG_RULE function that matches generic rules from targets specified along the lines of: triplet.lib-type.debug.treading.exceptions.my.experimental.version Current build rules will be matched according to the current logic (pkg-target --> pkg) and future variants can use "targets" as both functionality determinants and a directory separator for multiple side-by-side variants. | ||||
* | | mxe configury: build native pkgconf and centralise various conf files | Tony Theodore | 2014-02-08 | 1 | -4/+0 |
|/ | | | | | | Since we need pkgconf for Cflags.private support, it seems like a logical place for these types of config files instead of being spread over Makefile, binutils, and gcc. | ||||
* | Makefile and docs: add GNU Make Standard Library | Tony Theodore | 2014-02-08 | 1 | -2/+7 |
| | |||||
* | Add MXE-wide dependency for autopoint to full fill package xine-lib requirements | Tuukka Pasanen | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | Revert "Add MXE_VERBOSE variable" | Tony Theodore | 2014-01-14 | 1 | -8/+0 |
| | | | | This reverts commit 56a8b1c202406568171f2584e48a478c29404823. | ||||
* | Add MXE_VERBOSE variable | Timothy Gu | 2014-01-02 | 1 | -0/+8 |
| | | | | | | Define to view full and not `tail`'d log if building fails at build time. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | update automake version requirement | Niels Kristian Bech Jensen | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Tony Theodore | 2013-12-04 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: Makefile | ||||
| * | Makefile and docs: require automake 1.12 or later | Tony Theodore | 2013-12-04 | 1 | -1/+1 |
| | | |||||
* | | Add update-package-% target | Timothy Gu | 2013-11-29 | 1 | -0/+5 |
| | | |||||
* | | Makefile: allow bypassing check-requirements | Tony Theodore | 2013-10-19 | 1 | -2/+2 |
| | | |||||
* | | Makefile: fix config.guess install | Tony Theodore | 2013-09-12 | 1 | -2/+2 |
| | | |||||
* | | Makefile: move config.guess install from binutils | Tony Theodore | 2013-09-12 | 1 | -0/+4 |
| | | |||||
* | | Makefile: don't exit on failed download (failed checksum will exit) | Tony Theodore | 2013-09-07 | 1 | -1/+4 |
| | | |||||
* | | Makefile: add explicit failed download message | Tony Theodore | 2013-08-27 | 1 | -2/+3 |
| | | |||||
* | | Makefile: use cut instead of sed for env var list | Tony Theodore | 2013-08-27 | 1 | -1/+1 |
| | | |||||
* | | Makefile: add proxies to env whitelist | Tony Theodore | 2013-08-27 | 1 | -1/+1 |
| | | |||||
* | | Makefile: remove extraneous backslash | Tony Theodore | 2013-08-25 | 1 | -1/+1 |
| | | |||||
* | | Makefile: add build-requirements goal for optional native builds | Tony Theodore | 2013-08-25 | 1 | -2/+7 |
| | | |||||
* | | Merge pull request #228 from tonytheodore/deps | Tony Theodore | 2013-08-25 | 1 | -1/+60 |
|\ \ | | | | | | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality | ||||
| * | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality | Tony Theodore | 2013-08-20 | 1 | -1/+60 |
| | | | |||||
* | | | Makefile: remove TARGET dependencies on BUILD - keep optional for time being | Tony Theodore | 2013-08-25 | 1 | -3/+0 |
| | | | |||||
* | | | Makefile: add BUILD variable and add to target loop and PATH | Tony Theodore | 2013-08-25 | 1 | -1/+5 |
|/ / | |||||
* | | Makefile: use a minimal whitelist of env vars | Tony Theodore | 2013-08-12 | 1 | -6/+3 |
| | | |||||
* | | Makefile: create marker directories so --touch works on clean tree | Tony Theodore | 2013-08-08 | 1 | -2/+3 |
| | | |||||
* | | Makefile: add missing separator to find command | Tony Theodore | 2013-08-07 | 1 | -1/+1 |
| | | |||||
* | | Makefile: add settings.mk to failed log output | Tony Theodore | 2013-08-07 | 1 | -1/+6 |
| | | |||||
* | | Makefile: unexport various *TARGET* variables | Tony Theodore | 2013-08-07 | 1 | -1/+1 |
| | | |||||
* | | Makefile: add target-specific dependencies to download-foo rules also | Tony Theodore | 2013-08-06 | 1 | -1/+1 |
| | | |||||
* | | Makefile: add target-specific dependencies | Tony Theodore | 2013-08-06 | 1 | -1/+1 |
|/ | |||||
* | remove optional native builds for autoconf automake cmake libtool | Tony Theodore | 2013-07-26 | 1 | -1/+1 |
| | | | | these need more testing and proper multi-target support | ||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | ||||
* | Replace unneeded "*-package" IDs in the docs | Volker Grabsch | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | add optional native automake and autoconf | Tony Theodore | 2013-07-17 | 1 | -1/+1 |
| |