src/rt/release.sh: Add explicit argument for what to build
commit31bbaeb256f17f2573e4e013435d652938f1972c
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Wed, 4 May 2011 15:51:08 +0000 (4 19:51 +0400)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Wed, 4 May 2011 17:57:03 +0000 (4 21:57 +0400)
tree12ae13971e305a4d0742e4d1569e4bcad4207335
parent3b184554df39823d6c2e23f3b599a94850edac3e
src/rt/release.sh: Add explicit argument for what to build

To build msys.dll, instead of previous

    ./src/rt/release.sh

it is now

    ./src/rt/release.sh msys

The reaseon is bash and msys.dll share repository, and it is convenient
to do submodule and patches setup in one place. This leaves us with 1
build driver with common infrastructure and several targets.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
src/rt/release.sh