Commit Graph

29 Commits (830cced1a89ef5c831f3b72d915fab1911035b72)

Author SHA1 Message Date
Volker Grabsch 115ec1b308 remove also the etc/ directory on "make strip"
16 years ago
Volker Grabsch bfd16fd707 improved quoting
16 years ago
Volker Grabsch c3ebe41dbf remove .def files on "make strip"
16 years ago
Volker Grabsch d93044dd06 improved portability of the Makefile by avoiding $(lastword ...)
16 years ago
Volker Grabsch 2cf9e932a7 new target "make clean-pkg" to remove all unused package files (handy after a successful "make update")
16 years ago
Volker Grabsch 79078d965a new macro UNPACK_PKG_ARCHIVE for build rules (This is useful in connection with download-only packages)
16 years ago
Volker Grabsch 004df00d3b allow packages without a BUILD section (This will be used for download-only packages such as gcc-g++.)
16 years ago
Volker Grabsch 5ccf91e8b5 find the src/*.mk and doc/ files even when called from another directory, e.g. via "make -f /path/to/mingw_cross_env/Makefile"
16 years ago
Volker Grabsch e1a486f40b increased version number to 2.3
16 years ago
Volker Grabsch adf00be99f on "make update" touch only the *.mk files which have a new version
16 years ago
Volker Grabsch 18ec886148 force a package rebuild when its *.mk file changed (e.g. on a version update)
16 years ago
Volker Grabsch 58d4913ac1 disable parallel builds by default and document in the README how to enable parallelization
16 years ago
Volker Grabsch 05d5d55c1f increased version number to 2.2
16 years ago
Volker Grabsch cd0294a550 increased version number to 2.1
16 years ago
Volker Grabsch 4956121a44 add 'SHELL=bash' hints where necessary, so it works on systems where /bin/sh isn't a Bash
16 years ago
Volker Grabsch 6546c7595b improved 'make strip'
16 years ago
Volker Grabsch 9111ec5037 improved README
16 years ago
Volker Grabsch 624e3d45c3 rename installation markers from 'installed.*' to 'installed-*' to avoid weird file extensions
16 years ago
Volker Grabsch 6362f71542 bugfix: support the .tgz archive extension in addition to .tar.gz
16 years ago
Volker Grabsch 0200cdbff7 after unpacking, check whether the expected subdirectory exists
16 years ago
Volker Grabsch 214582d356 bugfix: use -d instead of -z to check for a directory
16 years ago
Volker Grabsch 78beb39269 use $(1) instead of $(2) to address to temporary build dir
16 years ago
Volker Grabsch 71e6d38451 show status information during 'make update'
16 years ago
Volker Grabsch e6ea73ceac improved coding style
16 years ago
Volker Grabsch 2f2b28a181 implemented 'make strip'
16 years ago
Volker Grabsch d86980231e bugfix: add $(PREFIX)/bin to the PATH
16 years ago
Volker Grabsch 3946063b55 improved coding style
16 years ago
Volker Grabsch a3ee12ad6b improved coding style
16 years ago
Volker Grabsch 1ec585aead completely rewritten from scratch as Makefile
16 years ago