mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*bcc32/configure.bat : The command line when calling setup.mak is corrected.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6073c68242
commit
57a6839081
3 changed files with 16 additions and 7 deletions
|
|
@ -8,25 +8,25 @@ echo>> ~tmp~.mak conf = %0
|
|||
echo>> ~tmp~.mak $(conf:\=/): nul
|
||||
echo>> ~tmp~.mak @del ~tmp~.mak
|
||||
echo>> ~tmp~.mak @-$(MAKE) -l$(MAKEFLAGS) -f $(@D)setup.mak \
|
||||
echo>> ~tmp~.mak bcc32dir="$(@D)" \
|
||||
:loop
|
||||
if "%1" == "" goto :end
|
||||
if "%1" == "--srcdir" goto :srcdir
|
||||
if "%1" == "srcdir" goto :srcdir
|
||||
if "%1" == "--target" goto :target
|
||||
if "%1" == "target" goto :target
|
||||
echo>> ~tmp~.mak "%1" \
|
||||
echo>> ~tmp~.mak "%1"
|
||||
shift
|
||||
goto :loop
|
||||
:srcdir
|
||||
echo>> ~tmp~.mak "srcdir=%2" \
|
||||
echo>> ~tmp~.mak "srcdir=%2"
|
||||
shift
|
||||
shift
|
||||
goto :loop
|
||||
:target
|
||||
echo>> ~tmp~.mak "%2" \
|
||||
echo>> ~tmp~.mak %2
|
||||
shift
|
||||
shift
|
||||
goto :loop
|
||||
:end
|
||||
echo>> ~tmp~.mak bcc32dir="$(@D)"
|
||||
make -s -f ~tmp~.mak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue