aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-24 01:42:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-24 01:42:48 +0900
commitf1d4216bd9b89835a8aa7b4e087549dc35279a7f (patch)
treeff7a40a88ab81092346334d6d9032ebbd5d27a74 /common.mk
parent7391db4ab320ef66ff4b0ec7e59ec91daede2373 (diff)
downloadruby-f1d4216bd9b89835a8aa7b4e087549dc35279a7f.tar.gz
Added refresh-gems
Refreshes bundled gems to the latest version, and extracts them.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 773f3f52c9..d44a62e174 100644
--- a/common.mk
+++ b/common.mk
@@ -1243,6 +1243,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
+
update-gems: PHONY
$(ECHO) Downloading bundled gem files...
$(Q) $(BASERUBY) -C "$(srcdir)" \