1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (lib/unicode_normlize/table.rb): enable running (n)make

in non-srcdir.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-10-20 14:59:33 +00:00
parent a1cd284033
commit 345c1408a9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Oct 20 23:57:58 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (lib/unicode_normlize/table.rb): enable running (n)make
in non-srcdir.
Mon Oct 20 23:58:04 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/downloader.rb: add -a option to always download regardless

View file

@ -1101,7 +1101,7 @@ enc/unicode/data/UnicodeData.txt \
enc/unicode/data/CompositionExclusions.txt \
enc/unicode/data/NormalizationTest.txt: update-unicode
lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \
lib/unicode_normalize/tables.rb: $(srcdir)/tool/unicode_norm_gen.rb \
enc/unicode/data/UnicodeData.txt \
enc/unicode/data/CompositionExclusions.txt
$(BASERUBY) -s -C "$(srcdir)" tool/unicode_norm_gen.rb \