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

common.mk: update unicode files every times

* common.mk (update-unicode): invert dependency to run every times.
  [ruby-core:65842] [Bug #10415]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-10-22 17:33:02 +00:00
parent ff97cb0c2e
commit 052c85da96
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,7 @@
Thu Oct 23 02:25:32 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Oct 23 02:33:01 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (update-unicode): invert dependency to run every times.
[ruby-core:65842] [Bug #10415]
* common.mk (after-update): update files under source tree.
[ruby-core:65840] [Bug #10414]

View file

@ -1106,9 +1106,9 @@ UNICODE_FILES = $(srcdir)/enc/unicode/data/UnicodeData.txt \
$(srcdir)/enc/unicode/data/CompositionExclusions.txt \
$(srcdir)/enc/unicode/data/NormalizationTest.txt
update-unicode: $(UNICODE_FILES) PHONY
$(UNICODE_FILES): update-unicode
$(UNICODE_FILES):
update-unicode: PHONY
$(ECHO) Downloading Unicode data files...
$(Q) $(MAKEDIRS) "$(srcdir)/enc/unicode/data"
$(Q) $(BASERUBY) -C "$(srcdir)/enc/unicode/data" \