summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: add wget portability variable - $(WGET)Tony Theodore2012-05-161-2/+5
|
* Add support for a local settings file settings.mkVolker Grabsch2012-05-031-0/+12
|
* Bugfix in "make check-requirements" to work with Automake 1.12Volker Grabsch2012-05-021-1/+1
|
* Remove entries for the "dist/" directory which is no longer usedVolker Grabsch2012-04-161-1/+0
|
* Portability fix: Define $(PWD) before $(SHELL)Volker Grabsch2012-04-101-1/+2
| | | | | For more information, see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-04/msg00004.html
* revert PWD portability fixTony Theodore2012-04-061-1/+1
|
* portability fix: use physical location for PWDTony Theodore2012-04-061-1/+1
|
* Load only *.mk files of packages mentioned in index.htmlVolker Grabsch2012-03-311-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 Grabsch2012-03-301-1/+1
|
* Improve order of entries in main MakefileVolker Grabsch2012-03-301-11/+12
|
* Improve "make cleanup-style" to touch only files that have to be fixedVolker Grabsch2012-03-301-3/+6
|
* Fix trailing space after version numberVolker Grabsch2012-03-291-1/+1
|
* Add new command "make cleanup-style"Volker Grabsch2012-03-291-0/+13
|
* Remove "make dist" as it is of no use anymoreVolker Grabsch2012-03-291-25/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-8/+8
|
* Improve performance of loading main MakefileVolker Grabsch2012-03-291-3/+8
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-12/+8
|
* Improve coding styleVolker Grabsch2012-03-291-3/+3
|
* Improve coding styleVolker Grabsch2012-03-291-2/+2
|
* Improve coding styleVolker Grabsch2012-03-291-1/+1
|
* Disable release tarball creation and upload in "make dist"Volker Grabsch2012-03-281-13/+5
|
* Remove dead codeVolker Grabsch2012-03-281-1/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-2/+2
|
* Remove the old and probably incorrectly working "make strip" featureVolker Grabsch2012-03-271-24/+0
| | | | | More information: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00068.html
* Produce cleaner HTML code for package listVolker Grabsch2012-03-221-1/+4
|
* Simplify codeVolker Grabsch2012-03-221-3/+1
|
* Simplify authors list in the docsVolker Grabsch2012-03-221-4/+0
|
* Check for required versions of Autoconf and AutomakeVolker Grabsch2012-03-191-0/+14
|
* replaced $(BUILD) with a more direct and less brittle constructVolker Grabsch2011-11-281-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.subMark Brand2011-11-261-0/+1
|
* mergeVolker Grabsch2011-11-151-0/+1
|\
| * log the total disk usage of the temporary build directory after each ↵Volker Grabsch2011-09-031-0/+1
| | | | | | | | successful build
* | Ensure that $(PWD) is always set, which is needed for use with sudoVolker Grabsch2011-11-151-0/+1
|/
* avoid HTTPS issues when downloading files (the checksum test remains, of course)Volker Grabsch2011-05-251-2/+2
|
* improved validator URL to be used on "make dist"Volker Grabsch2011-04-061-2/+1
|
* fixed usability issue in "make dist"Volker Grabsch2011-03-191-0/+2
|
* improved "make dist" to automate more activities of the release processVolker Grabsch2011-03-191-10/+20
|
* add cmake toolchain file and simplify build rules of relevant packagesTony Theodore2011-03-161-0/+2
|
* unpack .tar.xz archivesMark Brand2011-01-211-1/+2
|
* mergeVolker Grabsch2010-12-191-1/+1
|\
| * change number of download retries from 20 to 3 in case an alternative ↵Volker Grabsch2010-12-191-1/+1
| | | | | | | | download location is available
* | generate list of year for copyright message automatically from "hg log"Volker Grabsch2010-12-181-0/+1
|/
* improved pkg-config wrapper and its documentationVolker Grabsch2010-12-131-2/+2
|
* improved update script of all remaining SourceForge packagesVolker Grabsch2010-12-021-7/+0
|
* improved coding styleVolker Grabsch2010-11-281-2/+2
|
* implemented $(PKG)_FIX_GZIP for GitWeb snapshots and similar issuesVolker Grabsch2010-11-281-0/+3
| | | | | More information about this issue: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2010-11/msg00066.html
* changed download mechanism to allow for simple integration of post-download ↵Volker Grabsch2010-11-281-3/+3
| | | | filters, at the cost of not being able to contine interrupted downloads
* add portability variable for libtoolTony Theodore2010-11-241-3/+4
|
* remove the $(INSTALL) tool from check-requirements, because "--help" makes ↵Volker Grabsch2010-11-211-3/+3
| | | | trouble there
* check requirements only at the first time and after each change to the main ↵Volker Grabsch2010-11-191-1/+4
| | | | Makefile (which possibly changed the list of requirements)