1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/configure.bat: need a space before a tab to output the tab by

echo.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2009-09-15 06:11:13 +00:00
parent a8154060ab
commit e455e85f72
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Tue Sep 15 15:09:13 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/configure.bat: need a space before a tab to output the tab by
echo.
Tue Sep 15 14:24:52 2009 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_str_split_m): use rb_isspace when the

View file

@ -161,8 +161,8 @@ if exist pathlist.tmp echo>>~setup~.mak LIB = $(pathlist:;=/lib;)
type>>~setup~.mak ~tmp~.mak
del *.tmp > nul
del ~tmp~.mak > nul
echo>>~setup~.mak @if exist Makefile.old del Makefile.old
echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old
echo>>~setup~.mak @ren Makefile.new Makefile
echo>>~setup~.mak @if exist Makefile.old del Makefile.old
echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old
echo>>~setup~.mak @ren Makefile.new Makefile
nmake -alf ~setup~.mak MAKEFILE=Makefile.new
:exit