summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add cleanup-deps-style to reorder depsTony Theodore2015-09-231-0/+13
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
* report downloading from backupBoris Nagaev2015-09-181-3/+6
* Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.dTony Theodore2015-09-121-0/+1
* Makefile: include mxe-conf as an order-only dep of all packagesTony Theodore2015-09-121-1/+8
* Makefile: allow script-only packagesTony Theodore2015-09-121-5/+10
* Makefile: log autoconf and automake versionsTony Theodore2015-09-071-0/+2
* Makefile: print package messages during buildTony Theodore2015-09-051-0/+2
* Makefile: don't remove versions.json on cleanTony Theodore2015-09-051-1/+1
* Fix occasion [done] message weirdnessTimothy Gu2015-07-271-2/+2
* Merge pull request #568 from tonytheodore/parallelTimothy Gu2015-07-091-55/+29
|\
| * Makefile: build targets in parallelTony Theodore2014-11-271-55/+29
* | Mark versions.json as phonyTimothy Gu2015-07-061-1/+1
* | Merge pull request #638 from TobiX/index-versions-cacheTimothy Gu2015-07-061-1/+10
|\ \
| * | Add a new makefile target to cache versions.Tobias Gruetzmacher2015-02-271-1/+10
* | | Use command "7za" instead of "7z"Volker Grabsch2015-06-291-2/+2
* | | new package box2dMartin Gerhardy2015-06-291-2/+3
* | | Add LD_LIBRARY_PATH & ACLOCAL_PATH to safe envvarsTimothy Gu2015-06-191-1/+1
* | | MXE_GET_GITHUB_SHA: simplify regex and make the hash longerTimothy Gu2015-03-101-1/+1
|/ /
* | Merge branch 'stable'Volker Grabsch2015-01-111-15/+16
|\ \
| * | Split cleanup-style into even smaller commandsVolker Grabsch2015-01-111-4/+4
| * | Do not execute too many shell commands at once in "cleanup-style"Volker Grabsch2015-01-111-14/+16
| * | Remove empty line at EOFVolker Grabsch2015-01-111-1/+0
* | | Merge branch 'stable'Volker Grabsch2015-01-111-0/+1
|\ \ \ | |/ /
| * | Add missing .PHONY entry for cleanup-styleVolker Grabsch2015-01-111-0/+1
| * | Add target download-only-* to ease developingTimothy Gu2014-08-301-1/+5
| * | Makefile and docs: update automake version requirementNiels Kristian Bech Jensen2013-12-261-1/+1
* | | Remove extraneous commaTimothy Gu2014-12-141-1/+1
* | | Print config.log when build succeeded as wellTimothy Gu2014-12-141-6/+5
| |/ |/|
* | Add a $(BITS) convenience variableTimothy Gu2014-11-171-0/+1
* | Makefile: remove check for pkg-config since we build pkgconfTony Theodore2014-10-291-2/+2
* | Fix display of "autodetected jobs" when $(JOBS) is set in settings.mkTimothy Gu2014-10-211-7/+8
* | Show autodetected cores when no $(JOBS) is specifiedTimothy Gu2014-10-181-1/+6
* | update: Add "UPDATE_DRYRUN" modeTimothy Gu2014-10-151-4/+5
* | Add message when i686-pc-mingw32 is usedTimothy Gu2014-10-141-0/+3
* | Fix target name checkTimothy Gu2014-10-141-1/+1
* | build-matrix: Speed up with unary notationTimothy Gu2014-10-141-14/+22
* | Remove i686-pc-mingw32Timothy Gu2014-10-141-1/+1
* | Fix counting of build-only packagesTimothy Gu2014-10-141-1/+2
* | build-matrix: use $(words $(BUILD_PKGS)) instead of countingTimothy Gu2014-10-141-2/+1
* | build-matrix: Add missing </html>Timothy Gu2014-10-131-0/+1
* | build-matrix: make each tag a new lineTimothy Gu2014-10-131-6/+6
* | Add package versions to build-matrix.Tobias Gruetzmacher2014-10-131-1/+3
* | build-matrix: Split huge command into smaller onesTobias Gruetzmacher2014-10-131-4/+3
* | Revert "build-matrix: use $(newline) instead of ; to enter command"Timothy Gu2014-10-101-9/+11
* | build-matrix: use $(newline) instead of ; to enter commandTimothyGu2014-10-101-7/+7
* | Partially revert "Make build matrix output a bit nicer."Timothy Gu2014-10-101-10/+8
* | Make build matrix output a bit nicer.Tobias Gruetzmacher2014-10-091-8/+10
* | Makefile: add $(BUILD) to allowed targetsTony Theodore2014-10-081-1/+1
* | Check if specified target is validTimothy Gu2014-10-081-0/+2