mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: revert r53633. It broke rubyci and travis.
104259623
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0019b27e6
commit
4bfda5d951
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Jan 23 20:54:26 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk: revert r53633. It broke rubyci and travis.
|
||||||
|
https://travis-ci.org/ruby/ruby/builds/104259623
|
||||||
|
|
||||||
Sat Jan 23 20:10:29 2016 Shugo Maeda <shugo@ruby-lang.org>
|
Sat Jan 23 20:10:29 2016 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* range.c (range_eqq): revert r51585 because rb_call_super() is
|
* range.c (range_eqq): revert r51585 because rb_call_super() is
|
||||||
|
|
|
@ -1005,7 +1005,7 @@ extract-gems: PHONY
|
||||||
bundled_gems
|
bundled_gems
|
||||||
|
|
||||||
### set the following environment variable or uncomment the line if
|
### set the following environment variable or uncomment the line if
|
||||||
### the Unicode data files should be updated completely on every update ('make up',...).
|
### the Unicode data files are updated every minute.
|
||||||
# ALWAYS_UPDATE_UNICODE = yes
|
# ALWAYS_UPDATE_UNICODE = yes
|
||||||
|
|
||||||
UNICODE_FILES = $(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/UnicodeData.txt \
|
UNICODE_FILES = $(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/UnicodeData.txt \
|
||||||
|
@ -1013,9 +1013,11 @@ UNICODE_FILES = $(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/UnicodeData.txt \
|
||||||
$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/NormalizationTest.txt \
|
$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/NormalizationTest.txt \
|
||||||
$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/CaseFolding.txt
|
$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/CaseFolding.txt
|
||||||
|
|
||||||
update-unicode: $(UNICODE_FILES)
|
UNICODE_FILES_DEPS = $(srcdir)/.unicode-$(UNICODE_VERSION).time
|
||||||
|
|
||||||
$(UNICODE_FILES):
|
update-unicode: $(srcdir)/.unicode-$(UNICODE_VERSION).time PHONY
|
||||||
|
|
||||||
|
$(UNICODE_FILES_DEPS):
|
||||||
$(ECHO) Downloading Unicode $(UNICODE_VERSION) data files...
|
$(ECHO) Downloading Unicode $(UNICODE_VERSION) data files...
|
||||||
$(Q) $(MAKEDIRS) "$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)"
|
$(Q) $(MAKEDIRS) "$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)"
|
||||||
$(Q) $(BASERUBY) -C "$(srcdir)" tool/downloader.rb \
|
$(Q) $(BASERUBY) -C "$(srcdir)" tool/downloader.rb \
|
||||||
|
@ -1023,6 +1025,7 @@ $(UNICODE_FILES):
|
||||||
-p $(UNICODE_VERSION)/ucd \
|
-p $(UNICODE_VERSION)/ucd \
|
||||||
-e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \
|
-e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \
|
||||||
$(UNICODE_FILES)
|
$(UNICODE_FILES)
|
||||||
|
@exit > $@
|
||||||
|
|
||||||
$(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): \
|
$(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): \
|
||||||
$(srcdir)/.unicode-tables.time
|
$(srcdir)/.unicode-tables.time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue