mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: Removed enc/unicode/casefold.h from automatic build because
some CI systems don't have gperf. Creation of enc/unicode/casefold.h is now possible with make unicode-up. This is intended as a temporary measure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7e192b232a
commit
c1db3a49a4
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Mon Feb 8 09:43:57 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
|
* common.mk: Removed enc/unicode/casefold.h from automatic build because
|
||||||
|
some CI systems don't have gperf. Creation of enc/unicode/casefold.h
|
||||||
|
is now possible with make unicode-up. This is intended as a temporary measure.
|
||||||
|
|
||||||
Sun Feb 7 22:10:08 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
Sun Feb 7 22:10:08 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* common.mk: Added two more precondition files for enc/unicode/casefold.h
|
* common.mk: Added two more precondition files for enc/unicode/casefold.h
|
||||||
|
|
|
@ -1047,7 +1047,10 @@ $(srcdir)/.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \
|
||||||
$(srcdir)/template/unicode_norm_gen.tmpl \
|
$(srcdir)/template/unicode_norm_gen.tmpl \
|
||||||
$(UNICODE_DATA_DIR) lib/unicode_normalize
|
$(UNICODE_DATA_DIR) lib/unicode_normalize
|
||||||
|
|
||||||
$(srcdir)/enc/unicode/casefold.h: $(srcdir)/enc/unicode/case-folding.rb \
|
# the next non-comment line was:
|
||||||
|
# $(srcdir)/enc/unicode/casefold.h: $(srcdir)/enc/unicode/case-folding.rb \
|
||||||
|
# but was changed to make sure CI works on systems that don't have gperf
|
||||||
|
unicode-up: $(srcdir)/enc/unicode/case-folding.rb \
|
||||||
$(UNICODE_SRC_DATA_DIR)/UnicodeData.txt \
|
$(UNICODE_SRC_DATA_DIR)/UnicodeData.txt \
|
||||||
$(UNICODE_SRC_DATA_DIR)/SpecialCasing.txt \
|
$(UNICODE_SRC_DATA_DIR)/SpecialCasing.txt \
|
||||||
$(UNICODE_SRC_DATA_DIR)/CaseFolding.txt
|
$(UNICODE_SRC_DATA_DIR)/CaseFolding.txt
|
||||||
|
|
Loading…
Reference in a new issue