mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: comment on ALWAYS_UPDATE_UNICODE [ci skip]
* common.mk (ALWAYS_UPDATE_UNICODE): comment to how to force always update Unicode data files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6dd2a4810e
commit
2767d9a8cf
1 changed files with 2 additions and 0 deletions
|
@ -1096,6 +1096,8 @@ update-gems: PHONY
|
|||
-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 \
|
||||
|
|
Loading…
Reference in a new issue