summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-12 22:58:04 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-12 22:58:04 +0900
commit289bdb64d97a4a7eb626ce6ebc4e609d4bdc0ee0 (patch)
tree5cda47a3e4fe6e20c73d2d320cb128f55cbd7430 /common.mk
parentde10631dcf6dc4ddf5d869a8f9a7dd2ff6a749c6 (diff)
Add prepare-gems to download and extract bundled gems
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 b2cb7dad7c..0742cbc9c7 100644
--- a/common.mk
+++ b/common.mk
@@ -1273,7 +1273,8 @@ update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)" tool/downloader.rb -d tool --cache-dir=$(CACHE_DIR) -e gnu \
config.guess config.sub
-refresh-gems: update-bundled_gems update-gems extract-gems
+refresh-gems: update-bundled_gems prepare-gems
+prepare-gems: update-gems extract-gems
update-gems: PHONY
$(ECHO) Downloading bundled gem files...