summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* use "openssl sha1 ..." instead of "sha1sum -b ..."Volker Grabsch2009-04-051-2/+2
* bugfix in handling checksumsVolker Grabsch2009-04-051-4/+4
* validate downloads using SHA-1 checksumsVolker Grabsch2009-04-051-27/+36
* improved download mechanismVolker Grabsch2009-04-051-4/+4
* portability fix for MacOS X: use more common options for the "strip" commandVolker Grabsch2009-03-101-2/+2
* increased version number to 2.5Volker Grabsch2009-03-081-1/+1
* bugfix: unset any environment variables which might cause troubleVolker Grabsch2009-03-071-0/+19
* portability fix for Open Solaris: when "ginstall" exists, use that instead of...Volker Grabsch2009-03-071-0/+1
* use the shorter '--help' instead of '--version' to check for gsedVolker Grabsch2009-03-071-1/+1
* merge text documentation and website into an HTML documentationVolker Grabsch2009-03-061-9/+7
* set timeout to 30 seconds for downloadsVolker Grabsch2009-03-051-1/+1
* increased version number to 2.4Volker Grabsch2009-03-051-1/+1
* new macro SHORT_PKG_VERSION which assists in creating download URLsVolker Grabsch2009-03-011-0/+3
* remove also the etc/ directory on "make strip"Volker Grabsch2009-02-281-0/+1
* improved quotingVolker Grabsch2009-02-281-18/+18
* 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