Commit Graph

67 Commits

Author SHA1 Message Date
Volker Grabsch ffecb887c4 improved coding style 2009-09-02 10:48:47 +02:00
Volker Grabsch 4d0ed75a9d bugfix and simplification of "make download" 2009-09-02 10:08:31 +02:00
Volker Grabsch 4a57d5193f create a separate build log file "usr/log-PKG" for each package build 2009-09-02 09:37:48 +02:00
Volker Grabsch 508ec3d405 small bugfix in "make dist" 2009-09-02 09:23:45 +02:00
Volker Grabsch 163b118424 replace the contact email address with hints to the project mailing list 2009-09-01 16:35:59 +02:00
Volker Grabsch 28a942ddd8 let "make dist" put everything into a separate dist/ subdirectory 2009-09-01 11:22:25 +02:00
Volker Grabsch b842b5e68b moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env 2009-09-01 10:58:45 +02:00
Volker Grabsch 3c5ab4e280 add a copyright notice and license to each source file 2009-08-21 06:58:11 +02:00
Volker Grabsch ec1ea0365d increased version number to 2.8 2009-08-11 10:24:24 +02:00
Volker Grabsch 2cce10cbcb improved version recognition for sourceforge packages 2009-08-10 13:24:12 +02:00
Volker Grabsch b2a2bde8d8 increased version number to 2.7 2009-06-19 05:28:20 +02:00
Volker Grabsch 692075271a improved variable naming in the Makefile 2009-06-19 04:53:01 +02:00
Volker Grabsch a50c6507d9 sort package names 2009-06-19 04:47:02 +02:00
Volker Grabsch ae49cbbec3 improved implementation of the download-* commands 2009-06-17 16:40:42 +02:00
Volker Grabsch 139145e797 bugfix: decouple the download-* targets from the build targets 2009-06-16 22:17:10 +02:00
Volker Grabsch cbebadf301 new command "make download" 2009-06-16 21:57:25 +02:00
Volker Grabsch 2608d9ced3 screenshots for the docs (by Hans Bezemer) 2009-06-12 23:48:45 +02:00
Volker Grabsch 497b763276 automatically apply patches "src/PKG-*.patch" which are provided with a "src/PKG.mk" file 2009-06-11 12:05:57 +02:00
Volker Grabsch a6c6a5cb5e bugfix: unset the EXTRA_* environment variables which causes trouble 2009-06-10 11:51:16 +02:00
Volker Grabsch d6469aa47d mention doc/index.html in the Makefile 2009-06-09 21:12:44 +02:00
Volker Grabsch de0d30c79b bugfix: unset the PKG_CONFIG_PATH environment variable which causes trouble 2009-06-07 12:19:44 +02:00
Volker Grabsch ea8a21e12e introduce placeholders for version number and target in the tutorial 2009-06-03 15:01:05 +02:00
Volker Grabsch a39c07b27f renamed doc/README.html to doc/index.html 2009-06-03 02:06:59 +02:00
Volker Grabsch 0ed08ee19d bugfix in the "update-checksum-%" target which is internally used by "make update" 2009-04-15 11:15:39 +02:00
Volker Grabsch 7503c46688 increased version number to 2.6 2009-04-06 17:29:30 +02:00
Volker Grabsch 7a13d4ebfa use "openssl sha1 ..." instead of "sha1sum -b ..." 2009-04-05 18:26:45 +02:00
Volker Grabsch b2757619ca bugfix in handling checksums 2009-04-05 16:11:11 +02:00
Volker Grabsch 6a2cab9dbb validate downloads using SHA-1 checksums 2009-04-05 14:00:17 +02:00
Volker Grabsch 3bd8d6ee17 improved download mechanism 2009-04-05 11:54:24 +02:00
Volker Grabsch 643bed3b5c portability fix for MacOS X: use more common options for the "strip" command 2009-03-10 18:42:00 +01:00
Volker Grabsch 170bed13a1 increased version number to 2.5 2009-03-08 21:12:08 +01:00
Volker Grabsch 1b08fbc264 bugfix: unset any environment variables which might cause trouble 2009-03-07 21:59:35 +01:00
Volker Grabsch fe9811173c portability fix for Open Solaris: when "ginstall" exists, use that instead of "install" 2009-03-07 08:52:50 +01:00
Volker Grabsch 925be15172 use the shorter '--help' instead of '--version' to check for gsed 2009-03-07 08:51:19 +01:00
Volker Grabsch 6f4ae758b3 merge text documentation and website into an HTML documentation 2009-03-06 05:37:08 +01:00
Volker Grabsch 3d30d090df set timeout to 30 seconds for downloads 2009-03-05 20:41:25 +01:00
Volker Grabsch 2901a78a80 increased version number to 2.4 2009-03-05 17:54:59 +01:00
Volker Grabsch 1e8e85e10a new macro SHORT_PKG_VERSION which assists in creating download URLs 2009-03-01 16:18:46 +01:00
Volker Grabsch 115ec1b308 remove also the etc/ directory on "make strip" 2009-02-28 21:51:05 +01:00
Volker Grabsch bfd16fd707 improved quoting 2009-02-28 15:59:29 +01:00
Volker Grabsch c3ebe41dbf remove .def files on "make strip" 2009-02-28 15:57:07 +01:00
Volker Grabsch d93044dd06 improved portability of the Makefile by avoiding $(lastword ...) 2009-02-28 12:33:58 +01:00
Volker Grabsch 2cf9e932a7 new target "make clean-pkg" to remove all unused package files (handy after a successful "make update") 2009-02-09 09:38:45 +01:00
Volker Grabsch 79078d965a new macro UNPACK_PKG_ARCHIVE for build rules (This is useful in connection with download-only packages) 2009-02-03 00:12:28 +01:00
Volker Grabsch 004df00d3b allow packages without a BUILD section (This will be used for download-only packages such as gcc-g++.) 2009-02-02 23:50:59 +01:00
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" 2009-01-31 18:02:39 +01:00
Volker Grabsch e1a486f40b increased version number to 2.3 2009-01-31 10:17:24 +01:00
Volker Grabsch adf00be99f on "make update" touch only the *.mk files which have a new version 2009-01-31 09:58:34 +01:00
Volker Grabsch 18ec886148 force a package rebuild when its *.mk file changed (e.g. on a version update) 2009-01-31 09:28:20 +01:00
Volker Grabsch 58d4913ac1 disable parallel builds by default and document in the README how to enable parallelization 2009-01-31 07:38:19 +01:00