[前][次][番号順一覧][スレッド一覧]

ruby-changes:31210

From: nobu <ko1@a...>
Date: Tue, 15 Oct 2013 16:34:05 +0900 (JST)
Subject: [ruby-changes:31210] nobu:r43289 (trunk): Makefile.sub: skip timezone tests

nobu	2013-10-15 16:33:59 +0900 (Tue, 15 Oct 2013)

  New Revision: 43289

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43289

  Log:
    Makefile.sub: skip timezone tests
    
    * win32/Makefile.sub (TZ): empty to skip timezone tests which are not
      supported on Windows.

  Modified files:
    trunk/win32/Makefile.sub
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 43288)
+++ win32/Makefile.sub	(revision 43289)
@@ -7,6 +7,7 @@ MKFILES = Makefile https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L7
 NULL = nul
 CHDIR = cd
 PATH_SEPARATOR = ;
+TZ =				# skip timezone tests
 
 !ifndef MFLAGS
 MFLAGS=-l

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]