summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add MXE-wide dependency for autopoint to full fill package xine-lib requirementsTuukka Pasanen2014-01-281-1/+1
|
* Revert "Add MXE_VERBOSE variable"Tony Theodore2014-01-141-8/+0
| | | | This reverts commit 56a8b1c202406568171f2584e48a478c29404823.
* Add MXE_VERBOSE variableTimothy Gu2014-01-021-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 requirementNiels Kristian Bech Jensen2013-12-261-1/+1
|
* Merge branch 'stable'Tony Theodore2013-12-041-1/+1
|\ | | | | | | | | Conflicts: Makefile
| * Makefile and docs: require automake 1.12 or laterTony Theodore2013-12-041-1/+1
| |
* | Add update-package-% targetTimothy Gu2013-11-291-0/+5
| |
* | Makefile: allow bypassing check-requirementsTony Theodore2013-10-191-2/+2
| |
* | Makefile: fix config.guess installTony Theodore2013-09-121-2/+2
| |
* | Makefile: move config.guess install from binutilsTony Theodore2013-09-121-0/+4
| |
* | Makefile: don't exit on failed download (failed checksum will exit)Tony Theodore2013-09-071-1/+4
| |
* | Makefile: add explicit failed download messageTony Theodore2013-08-271-2/+3
| |
* | Makefile: use cut instead of sed for env var listTony Theodore2013-08-271-1/+1
| |
* | Makefile: add proxies to env whitelistTony Theodore2013-08-271-1/+1
| |
* | Makefile: remove extraneous backslashTony Theodore2013-08-251-1/+1
| |
* | Makefile: add build-requirements goal for optional native buildsTony Theodore2013-08-251-2/+7
| |
* | Merge pull request #228 from tonytheodore/depsTony Theodore2013-08-251-1/+60
|\ \ | | | | | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality
| * | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionalityTony Theodore2013-08-201-1/+60
| | |
* | | Makefile: remove TARGET dependencies on BUILD - keep optional for time beingTony Theodore2013-08-251-3/+0
| | |
* | | Makefile: add BUILD variable and add to target loop and PATHTony Theodore2013-08-251-1/+5
|/ /
* | Makefile: use a minimal whitelist of env varsTony Theodore2013-08-121-6/+3
| |
* | Makefile: create marker directories so --touch works on clean treeTony Theodore2013-08-081-2/+3
| |
* | Makefile: add missing separator to find commandTony Theodore2013-08-071-1/+1
| |
* | Makefile: add settings.mk to failed log outputTony Theodore2013-08-071-1/+6
| |
* | Makefile: unexport various *TARGET* variablesTony Theodore2013-08-071-1/+1
| |
* | Makefile: add target-specific dependencies to download-foo rules alsoTony Theodore2013-08-061-1/+1
| |
* | Makefile: add target-specific dependenciesTony Theodore2013-08-061-1/+1
|/
* remove optional native builds for autoconf automake cmake libtoolTony Theodore2013-07-261-1/+1
| | | | these need more testing and proper multi-target support
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-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 docsVolker Grabsch2013-07-211-1/+1
|
* add optional native automake and autoconfTony Theodore2013-07-171-1/+1
|
* Makefile: log OSX software versionTony Theodore2013-07-141-1/+1
|
* Makefile and docs: remove yasm requirementTony Theodore2013-07-131-1/+1
|
* Makefile: add extra logging detailsTony Theodore2013-07-071-0/+4
|
* Makefile: add $(DATE) portability variableTony Theodore2013-06-271-0/+1
|
* Makefile: add MXE_TARGET_LIST variableTony Theodore2013-06-231-1/+2
|
* Makefile: add new DEFAULT_MAX_JOBS variableTony Theodore2013-06-191-1/+3
|
* Makefile: add g++ to requirements checkTony Theodore2013-06-041-1/+1
|
* unset CONFIG_SITEMark Brand2013-06-021-0/+1
|
* Makefile: add target loop, serialise targets, and update settings fileTony Theodore2013-06-011-28/+66
|
* Makefile: change order of ignore filter to allow patternsTony Theodore2013-05-221-1/+1
|
* Makefile: default JOBS to number of CPUsTony Theodore2013-05-121-1/+1
|
* Makefile: fix indentation of missing url checkTony Theodore2013-05-051-2/+2
|
* Makefile: fix indentation of missing url checkTony Theodore2013-05-051-13/+13
|
* Makefile: add error messages for undefined package or urlTony Theodore2013-05-051-3/+7
|
* Makefile: alert when an older verison is found during updateTony Theodore2013-03-311-1/+3
|
* Complete adding of GNU sortUlrich Klauer2013-03-291-1/+1
| | | | | Mention GNU Coreutils in the requirements section and check that $(SORT) is available.
* Makefile: only update to latest version and print macro for failed updatesTony Theodore2013-03-261-3/+4
|
* add portability variable for gnu sort and add coreutils to requirementsTony Theodore2013-03-261-0/+1
|
* Makefile: continue after errors in update macrosTony Theodore2013-03-251-1/+1
|