Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Makefile: pass PKG variable to build rules | Tony Theodore | 2012-09-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | See here for explanation: http://www.gnu.org/software/make/manual/make.html#Target_002dspecific | |||||
* | | fix spurious PKGS targets | Mark Brand | 2012-09-18 | 1 | -1/+1 | |
|/ | | | | | | Follow-up to d711e21f6aed7ad084b7a6bb790bf24bc676bb29 which mentioned gettext which accidentally was seen as a target for via PKGS by Makefile. | |||||
* | add package cdn fallback | Tony Theodore | 2012-09-16 | 1 | -3/+8 | |
| | ||||||
* | cleanup after failed download | Tony Theodore | 2012-09-16 | 1 | -1/+1 | |
| | ||||||
* | fix bracketing of wget calls | Tony Theodore | 2012-09-16 | 1 | -2/+2 | |
| | ||||||
* | add tertiary fallback for unavailable package files | Tony Theodore | 2012-09-16 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'stable' | Mark Brand | 2012-08-17 | 1 | -1/+1 | |
|\ | ||||||
| * | replace sourceforge mirror | Mark Brand | 2012-08-17 | 1 | -1/+1 | |
| | | | | | | | | routing problems reported and verified with kent.dl.sourceforge.net | |||||
* | | Makefile: add wget portability variable - $(WGET) | Tony Theodore | 2012-05-16 | 1 | -2/+5 | |
| | | ||||||
* | | Add support for a local settings file settings.mk | Volker Grabsch | 2012-05-03 | 1 | -0/+12 | |
|/ | ||||||
* | Bugfix in "make check-requirements" to work with Automake 1.12 | Volker Grabsch | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | Remove entries for the "dist/" directory which is no longer used | Volker Grabsch | 2012-04-16 | 1 | -1/+0 | |
| | ||||||
* | Portability fix: Define $(PWD) before $(SHELL) | Volker Grabsch | 2012-04-10 | 1 | -1/+2 | |
| | | | | | For more information, see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-04/msg00004.html | |||||
* | revert PWD portability fix | Tony Theodore | 2012-04-06 | 1 | -1/+1 | |
| | ||||||
* | portability fix: use physical location for PWD | Tony Theodore | 2012-04-06 | 1 | -1/+1 | |
| | ||||||
* | Load only *.mk files of packages mentioned in index.html | Volker Grabsch | 2012-03-31 | 1 | -1/+1 | |
| | | | | | | | This avoids confusion when left-over files were accidently loaded. For more information, see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00156.html | |||||
* | Load list of packages from index.html instead of scanning src/ | Volker Grabsch | 2012-03-30 | 1 | -1/+1 | |
| | ||||||
* | Improve order of entries in main Makefile | Volker Grabsch | 2012-03-30 | 1 | -11/+12 | |
| | ||||||
* | Improve "make cleanup-style" to touch only files that have to be fixed | Volker Grabsch | 2012-03-30 | 1 | -3/+6 | |
| | ||||||
* | Fix trailing space after version number | Volker Grabsch | 2012-03-29 | 1 | -1/+1 | |
| | ||||||
* | Add new command "make cleanup-style" | Volker Grabsch | 2012-03-29 | 1 | -0/+13 | |
| | ||||||
* | Remove "make dist" as it is of no use anymore | Volker Grabsch | 2012-03-29 | 1 | -25/+0 | |
| | ||||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -8/+8 | |
| | ||||||
* | Improve performance of loading main Makefile | Volker Grabsch | 2012-03-29 | 1 | -3/+8 | |
| | ||||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -12/+8 | |
| | ||||||
* | Improve coding style | Volker Grabsch | 2012-03-29 | 1 | -3/+3 | |
| | ||||||
* | Improve coding style | Volker Grabsch | 2012-03-29 | 1 | -2/+2 | |
| | ||||||
* | Improve coding style | Volker Grabsch | 2012-03-29 | 1 | -1/+1 | |
| | ||||||
* | Disable release tarball creation and upload in "make dist" | Volker Grabsch | 2012-03-28 | 1 | -13/+5 | |
| | ||||||
* | Remove dead code | Volker Grabsch | 2012-03-28 | 1 | -1/+0 | |
| | ||||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -2/+2 | |
| | ||||||
* | Remove the old and probably incorrectly working "make strip" feature | Volker Grabsch | 2012-03-27 | 1 | -24/+0 | |
| | | | | | More information: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00068.html | |||||
* | Produce cleaner HTML code for package list | Volker Grabsch | 2012-03-22 | 1 | -1/+4 | |
| | ||||||
* | Simplify code | Volker Grabsch | 2012-03-22 | 1 | -3/+1 | |
| | ||||||
* | Simplify authors list in the docs | Volker Grabsch | 2012-03-22 | 1 | -4/+0 | |
| | ||||||
* | Check for required versions of Autoconf and Automake | Volker Grabsch | 2012-03-19 | 1 | -0/+14 | |
| | ||||||
* | replaced $(BUILD) with a more direct and less brittle construct | Volker Grabsch | 2011-11-28 | 1 | -1/+0 | |
| | | | | | For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html | |||||
* | add BUILD and install config.guess and config.sub | Mark Brand | 2011-11-26 | 1 | -0/+1 | |
| | ||||||
* | merge | Volker Grabsch | 2011-11-15 | 1 | -0/+1 | |
|\ | ||||||
| * | log the total disk usage of the temporary build directory after each ↵ | Volker Grabsch | 2011-09-03 | 1 | -0/+1 | |
| | | | | | | | | successful build | |||||
* | | Ensure that $(PWD) is always set, which is needed for use with sudo | Volker Grabsch | 2011-11-15 | 1 | -0/+1 | |
|/ | ||||||
* | avoid HTTPS issues when downloading files (the checksum test remains, of course) | Volker Grabsch | 2011-05-25 | 1 | -2/+2 | |
| | ||||||
* | improved validator URL to be used on "make dist" | Volker Grabsch | 2011-04-06 | 1 | -2/+1 | |
| | ||||||
* | fixed usability issue in "make dist" | Volker Grabsch | 2011-03-19 | 1 | -0/+2 | |
| | ||||||
* | improved "make dist" to automate more activities of the release process | Volker Grabsch | 2011-03-19 | 1 | -10/+20 | |
| | ||||||
* | add cmake toolchain file and simplify build rules of relevant packages | Tony Theodore | 2011-03-16 | 1 | -0/+2 | |
| | ||||||
* | unpack .tar.xz archives | Mark Brand | 2011-01-21 | 1 | -1/+2 | |
| | ||||||
* | merge | Volker Grabsch | 2010-12-19 | 1 | -1/+1 | |
|\ | ||||||
| * | change number of download retries from 20 to 3 in case an alternative ↵ | Volker Grabsch | 2010-12-19 | 1 | -1/+1 | |
| | | | | | | | | download location is available | |||||
* | | generate list of year for copyright message automatically from "hg log" | Volker Grabsch | 2010-12-18 | 1 | -0/+1 | |
|/ |