summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove .def files on "make strip"Volker Grabsch2009-02-281-0/+1
|
* improved portability of the Makefile by avoiding $(lastword ...)Volker Grabsch2009-02-281-1/+1
|
* new target "make clean-pkg" to remove all unused package files (handy after ↵Volker Grabsch2009-02-091-0/+7
| | | | a successful "make update")
* new macro UNPACK_PKG_ARCHIVE for build rules (This is useful in connection ↵Volker Grabsch2009-02-021-2/+4
| | | | with download-only packages)
* allow packages without a BUILD section (This will be used for download-only ↵Volker Grabsch2009-02-021-7/+9
| | | | packages such as gcc-g++.)
* find the src/*.mk and doc/ files even when called from another directory, ↵Volker Grabsch2009-01-311-9/+10
| | | | e.g. via "make -f /path/to/mingw_cross_env/Makefile"
* increased version number to 2.3Volker Grabsch2009-01-311-1/+1
|
* on "make update" touch only the *.mk files which have a new versionVolker Grabsch2009-01-311-1/+3
|
* force a package rebuild when its *.mk file changed (e.g. on a version update)Volker Grabsch2009-01-311-1/+1
|
* disable parallel builds by default and document in the README how to enable ↵Volker Grabsch2009-01-311-1/+1
| | | | parallelization
* increased version number to 2.2Volker Grabsch2008-12-131-1/+1
|
* increased version number to 2.1Volker Grabsch2008-11-101-1/+1
|
* add 'SHELL=bash' hints where necessary, so it works on systems where /bin/sh ↵Volker Grabsch2008-11-101-0/+1
| | | | isn't a Bash
* improved 'make strip'Volker Grabsch2008-11-101-0/+1
|
* improved READMEVolker Grabsch2008-11-091-1/+1
|
* rename installation markers from 'installed.*' to 'installed-*' to avoid ↵Volker Grabsch2008-11-091-2/+2
| | | | weird file extensions
* bugfix: support the .tgz archive extension in addition to .tar.gzVolker Grabsch2008-11-081-2/+4
|
* after unpacking, check whether the expected subdirectory existsVolker Grabsch2008-11-081-0/+1
|
* bugfix: use -d instead of -z to check for a directoryVolker Grabsch2008-11-081-2/+2
|
* use $(1) instead of $(2) to address to temporary build dirVolker Grabsch2008-11-081-1/+1
|
* show status information during 'make update'Volker Grabsch2008-11-081-3/+4
|
* improved coding styleVolker Grabsch2008-11-081-0/+3
|
* implemented 'make strip'Volker Grabsch2008-11-081-0/+22
|
* bugfix: add $(PREFIX)/bin to the PATHVolker Grabsch2008-11-081-0/+1
|
* improved coding styleVolker Grabsch2008-11-081-4/+4
|
* improved coding styleVolker Grabsch2008-11-081-5/+5
|
* completely rewritten from scratch as MakefileVolker Grabsch2008-11-081-0/+86