aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 05:05:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 05:05:47 +0000
commitfeb42bf04f3bcc53933c0e29adc73cde13a88624 (patch)
tree5128f615b11d1387fce4b8d93939e6d76e170297 /common.mk
parent5be0fcf4ad70f1834bbcc12b4da41f3808a9edfb (diff)
downloadruby-feb42bf04f3bcc53933c0e29adc73cde13a88624.tar.gz
make-snapshot: download first
* common.mk (update-download): split to download only, excluding VCS. * make-snapshot: download config, Unicode data, gem, and external library files first. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 5c283781e2..6f095b08a8 100644
--- a/common.mk
+++ b/common.mk
@@ -973,7 +973,8 @@ up::
after-update:: extract-extlibs
-update-remote:: update-src update-rubyspec update-config_files update-unicode update-gems
+update-remote:: update-src update-rubyspec update-download
+update-download:: update-config_files update-unicode update-gems download-extlibs
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \