summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)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 a...Volker Grabsch2009-02-091-0/+7
* new macro UNPACK_PKG_ARCHIVE for build rules (This is useful in connection wi...Volker Grabsch2009-02-021-2/+4
* allow packages without a BUILD section (This will be used for download-only p...Volker Grabsch2009-02-021-7/+9
* find the src/*.mk and doc/ files even when called from another directory, e.g...Volker Grabsch2009-01-311-9/+10
* 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 p...Volker Grabsch2009-01-311-1/+1
* 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
* 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 weir...Volker Grabsch2008-11-091-2/+2
* 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