aboutsummaryrefslogtreecommitdiffstats
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
parente8c22d746b775a11a79ad304c6221f50b12bcc99 (diff)
downloadruby-51f945670f77108c1876608fafc53ae4069f2d00.tar.gz
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
-rw-r--r--Makefile.in3
-rw-r--r--common.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 02274e4633..8a7707a81f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -438,9 +438,6 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
up::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)
-up::
- -$(Q)$(MAKE) $(MFLAGS) after-update
-
after-update:: update-config_files
update-mspec:
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