summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* highlevel output of the download/build process, put also download actions int...Volker Grabsch2009-09-021-6/+28
* improved coding styleVolker Grabsch2009-09-021-2/+2
* bugfix and simplification of "make download"Volker Grabsch2009-09-021-4/+1
* create a separate build log file "usr/log-PKG" for each package buildVolker Grabsch2009-09-021-1/+6
* small bugfix in "make dist"Volker Grabsch2009-09-021-3/+3
* replace the contact email address with hints to the project mailing listVolker Grabsch2009-09-011-1/+1
* let "make dist" put everything into a separate dist/ subdirectoryVolker Grabsch2009-09-011-14/+18
* moved the whole project to Savannah, and renamed it from mingw_cross_env to m...Volker Grabsch2009-09-011-13/+13
* add a copyright notice and license to each source fileVolker Grabsch2009-08-211-0/+21
* increased version number to 2.8Volker Grabsch2009-08-111-1/+1
* improved version recognition for sourceforge packagesVolker Grabsch2009-08-101-0/+8
* increased version number to 2.7Volker Grabsch2009-06-191-1/+1
* improved variable naming in the MakefileVolker Grabsch2009-06-191-7/+7
* sort package namesVolker Grabsch2009-06-191-1/+1
* improved implementation of the download-* commandsVolker Grabsch2009-06-171-1/+4
* bugfix: decouple the download-* targets from the build targetsVolker Grabsch2009-06-161-1/+5
* new command "make download"Volker Grabsch2009-06-161-5/+12
* screenshots for the docs (by Hans Bezemer)Volker Grabsch2009-06-121-1/+2
* automatically apply patches "src/PKG-*.patch" which are provided with a "src/...Volker Grabsch2009-06-111-3/+8
* bugfix: unset the EXTRA_* environment variables which causes troubleVolker Grabsch2009-06-101-0/+2
* mention doc/index.html in the MakefileVolker Grabsch2009-06-091-1/+1
* bugfix: unset the PKG_CONFIG_PATH environment variable which causes troubleVolker Grabsch2009-06-071-0/+1
* introduce placeholders for version number and target in the tutorialVolker Grabsch2009-06-031-1/+4
* renamed doc/README.html to doc/index.htmlVolker Grabsch2009-06-031-5/+5
* bugfix in the "update-checksum-%" target which is internally used by "make up...Volker Grabsch2009-04-151-1/+1
* increased version number to 2.6Volker Grabsch2009-04-061-1/+1
* 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