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

ruby-changes:41501

From: nobu <ko1@a...>
Date: Mon, 18 Jan 2016 19:24:24 +0900 (JST)
Subject: [ruby-changes:41501] nobu:r53575 (trunk): common.mk: UPDATE_LIBRARIES to yes

nobu	2016-01-18 19:25:01 +0900 (Mon, 18 Jan 2016)

  New Revision: 53575

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53575

  Log:
    common.mk: UPDATE_LIBRARIES to yes
    
    * common.mk (UPDATE_LIBRARIES): try to update unicode files by
      default.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 53574)
+++ common.mk	(revision 53575)
@@ -995,7 +995,7 @@ extract-gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L995
 	    -e 'Gem.unpack("#{gem}-#{ver}.gem")' \
 	    bundled_gems
 
-UPDATE_LIBRARIES = no
+UPDATE_LIBRARIES = yes
 
 ### set the following environment variable or uncomment the line if
 ### the Unicode data files are updated every minute.

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

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