Add script that semi-automatically builds a patched msys-dll from source
commitaa026b470b121ad2fd6da4c782402360f4447899
authorSteffen Prohaska <prohaska@zib.de>
Mon, 30 Jun 2008 08:07:50 +0000 (30 10:07 +0200)
committerSteffen Prohaska <prohaska@zib.de>
Mon, 30 Jun 2008 09:44:18 +0000 (30 11:44 +0200)
treea278c9d79d708b015c2cf393c501f0469e6aa8c5
parentbb0b52e23d2f22d4bfc878632e9a6e7631b042ad
Add script that semi-automatically builds a patched msys-dll from source

The script that builds msys-dll is named release.sh.  It downloads
MSYS-1.0.11-20071204-src from sourceforge; unpacks the source and
commits it to a freshly created git repository; applies our patches;
and outputs instructions how to build the patched source.

The source release of MSYS has a slightly different directory layout
than MSYS's CVS, so this commit also adjusts the paths in our patches.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
src/rt/patches/0001-Tweak-msys_p2w-for-msysgit.patch
src/rt/patches/0002-Tweak-p2w-for-msysgit-Do-not-touch-strings-containi.patch
src/rt/patches/0003-p2w-for-msysgit-Check-if-string-starts-with-.-or.patch
src/rt/release.sh [new file with mode: 0644]