aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 15:14:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 15:14:56 +0000
commit622f31be31b43429dfebe85e8f5bc5c92af5dd1f (patch)
treea5b4d861f41239d5f5575414253c1da7e4a97cb5
parent37ec35860c2bde8f58ce506c2a6a54b741be0ff3 (diff)
downloadruby-622f31be31b43429dfebe85e8f5bc5c92af5dd1f.tar.gz
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
-rw-r--r--Makefile.in2
-rw-r--r--common.mk4
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 39fe0bb37f..a6ac9c07f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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); \
diff --git a/common.mk b/common.mk
index 90f74d15d1..65a212eb59 100644
--- a/common.mk
+++ b/common.mk
@@ -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