summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 03:55:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 03:55:08 +0000
commitcde7ae1c15e2332d227acb92b5635bcd2b931f71 (patch)
tree9aa90a352fdb93037bde97964aac045d3589b733
parent5643b4288191f44e47c3500b82353b0d5fc2cee2 (diff)
common.mk: split after-update
* common.mk (after-update): move platform independent targets from Makefile.in. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--Makefile.in2
-rw-r--r--common.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 40a6dd6596..39fe0bb37f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -439,7 +439,7 @@ up::
up::
-$(Q)$(MAKE) $(MFLAGS) after-update
-after-update:: update-config_files update-unicode update-gems
+after-update:: update-config_files
update-mspec:
@$(CHDIR) $(srcdir); \
diff --git a/common.mk b/common.mk
index 65a212eb59..bb1d9b5632 100644
--- a/common.mk
+++ b/common.mk
@@ -1075,6 +1075,8 @@ dist:
up::
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
+after-update:: update-unicode update-gems
+
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
../tool/downloader.rb -e gnu \