* win32/configure.bat: remove unnecessary line which prevents
creating Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
65867866a8
commit
45cab7d104
@ -1,3 +1,8 @@
|
|||||||
|
Sun Oct 16 00:13:14 2005 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/configure.bat: remove unnecessary line which prevents
|
||||||
|
creating Makefile.
|
||||||
|
|
||||||
Sat Oct 15 23:52:07 2005 Shugo Maeda <shugo@ruby-lang.org>
|
Sat Oct 15 23:52:07 2005 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
|
* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
|
||||||
|
@ -26,7 +26,6 @@ if "%1" == "--extout" goto :extout
|
|||||||
if "%1" == "--path" goto :path
|
if "%1" == "--path" goto :path
|
||||||
if "%1" == "-h" goto :help
|
if "%1" == "-h" goto :help
|
||||||
if "%1" == "--help" goto :help
|
if "%1" == "--help" goto :help
|
||||||
echo>> ~tmp~.mak "%1" \
|
|
||||||
echo>>confargs.tmp %1 \
|
echo>>confargs.tmp %1 \
|
||||||
shift
|
shift
|
||||||
goto :loop
|
goto :loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user