From 111327c535e82716306460499fa5d9d1bde1b6a9 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Oct 2013 07:33:59 +0000 Subject: Makefile.sub: skip timezone tests * win32/Makefile.sub (TZ): empty to skip timezone tests which are not supported on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 91c839234e..39c63b9dcf 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -7,6 +7,7 @@ MKFILES = Makefile NULL = nul CHDIR = cd PATH_SEPARATOR = ; +TZ = # skip timezone tests !ifndef MFLAGS MFLAGS=-l -- cgit v1.2.3