Add script that semi-automatically builds a patched msys-dll from source
commite2631829b1a2e00a901dce522b7f4e8b16a9a721
authorSteffen Prohaska <prohaska@zib.de>
Mon, 30 Jun 2008 08:07:50 +0000 (30 10:07 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 11 Jan 2009 04:27:47 +0000 (11 05:27 +0100)
tree03c3bdb2ae681e961df6d8086fd9fa0b068bfcf1
parentd8dfcaa8265ece8abd7387c667abdca187aacb1c
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]