ruby-changes:22810
From: usa <ko1@a...>
Date: Wed, 29 Feb 2012 16:13:21 +0900 (JST)
Subject: [ruby-changes:22810] usa:r34859 (trunk): * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.
usa 2012-02-29 16:13:04 +0900 (Wed, 29 Feb 2012) New Revision: 34859 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34859 Log: * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby. [Bug #6103] [ruby-core:43012] * win32/README.win32: added a notice about command extension of cmd.exe. Modified files: trunk/ChangeLog trunk/win32/Makefile.sub trunk/win32/README.win32 Index: ChangeLog =================================================================== --- ChangeLog (revision 34858) +++ ChangeLog (revision 34859) @@ -1,3 +1,10 @@ +Wed Feb 29 16:11:34 2012 NAKAMURA Usaku <usa@r...> + + * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby. + [Bug #6103] [ruby-core:43012] + + * win32/README.win32: added a notice about command extension of cmd.exe. + Wed Feb 29 15:39:39 2012 NAKAMURA Usaku <usa@r...> * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip on Index: win32/README.win32 =================================================================== --- win32/README.win32 (revision 34858) +++ win32/README.win32 (revision 34859) @@ -25,7 +25,11 @@ * sed * ruby 1.8 -(5) If you want built binaries to run on Windows 95 series (including +(5) Enable Command Extension of your command line. It's the default behavior + of cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON + option. + +(6) If you want built binaries to run on Windows 95 series (including 98 and Me), you need unicows.lib at compile time, and unicows.dll at run time. Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 34858) +++ win32/Makefile.sub (revision 34859) @@ -289,7 +289,7 @@ DEFAULT_PRELUDES = $(YES_GEM_PRELUDE) !endif -MAKEDIRS = $(BASERUBY) -run -e mkdir -- -p +MAKEDIRS = mkdir !if !defined(STACK) !if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/