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

ruby-changes:36007

From: nobu <ko1@a...>
Date: Wed, 22 Oct 2014 18:55:54 +0900 (JST)
Subject: [ruby-changes:36007] nobu:r48088 (trunk): common.mk: comment on ALWAYS_UPDATE_UNICODE [ci skip]

nobu	2014-10-22 18:55:41 +0900 (Wed, 22 Oct 2014)

  New Revision: 48088

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

  Log:
    common.mk: comment on ALWAYS_UPDATE_UNICODE [ci skip]
    
    * common.mk (ALWAYS_UPDATE_UNICODE): comment to how to force
      always update Unicode data files.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 48087)
+++ common.mk	(revision 48088)
@@ -1096,6 +1096,8 @@ update-gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1096
 	    -e 'Downloader::RubyGems.download(gem)' \
 	    bundled_gems
 
+### set the following environment variable or uncomment the line if
+### the Unicode data files are updated every minuites.
 # ALWAYS_UPDATE_UNICODE = yes
 
 UNICODE_FILES = $(srcdir)/enc/unicode/data/UnicodeData.txt \

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

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