mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: update unicode files only after update source tree
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
37ec35860c
commit
622f31be31
2 changed files with 1 additions and 5 deletions
|
@ -439,7 +439,7 @@ up::
|
|||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) after-update
|
||||
|
||||
after-update:: update-config_files
|
||||
after-update:: update-config_files update-unicode
|
||||
|
||||
update-mspec:
|
||||
@$(CHDIR) $(srcdir); \
|
||||
|
|
|
@ -1097,10 +1097,6 @@ update-unicode: PHONY
|
|||
../../../tool/downloader.rb -e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \
|
||||
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
|
||||
|
||||
enc/unicode/data/UnicodeData.txt \
|
||||
enc/unicode/data/CompositionExclusions.txt \
|
||||
enc/unicode/data/NormalizationTest.txt: update-unicode
|
||||
|
||||
lib/unicode_normalize/tables.rb: $(srcdir)/tool/unicode_norm_gen.rb \
|
||||
enc/unicode/data/UnicodeData.txt \
|
||||
enc/unicode/data/CompositionExclusions.txt
|
||||
|
|
Loading…
Reference in a new issue