summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-23 14:30:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-23 14:30:32 +0000
commit51f945670f77108c1876608fafc53ae4069f2d00 (patch)
tree7d828378776158aa6682f016dd8136afdcc84540 /common.mk
parente8c22d746b775a11a79ad304c6221f50b12bcc99 (diff)
common.mk: run after-update
* common.mk (up): run after-update on every platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 1b3c541d9c..6a878bcfc5 100644
--- a/common.mk
+++ b/common.mk
@@ -900,6 +900,9 @@ dist:
up::
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
+up::
+ -$(Q)$(MAKE) $(MFLAGS) after-update
+
after-update:: update-unicode update-gems common-srcs extract-extlibs
update-config_files: PHONY