summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 05:17:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 05:17:32 +0000
commit4ae67d876a6bd3e1bd9126f46e96ef7395b18293 (patch)
tree161d2ad530d5090b6579ff882caf3ebf2b53e596 /common.mk
parentcde7ae1c15e2332d227acb92b5635bcd2b931f71 (diff)
common.mk: after-configure
* common.mk (after-configure): update Unicode files after configure run. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index bb1d9b5632..09ce4a8cf2 100644
--- a/common.mk
+++ b/common.mk
@@ -1075,7 +1075,9 @@ dist:
up::
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
-after-update:: update-unicode update-gems
+after-update:: after-configure update-gems
+
+after-configure:: update-unicode
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \