summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-23 15:14:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-23 15:14:02 +0900
commit4981206b494b1392df451ff4655126f0d7152fa7 (patch)
treeb1b73e195e96918ec931bcd6c5d4996a6fca9eaa /common.mk
parentd9fd0483510612c62b927b6db3da4682d03ea40a (diff)
downloadruby-4981206b494b1392df451ff4655126f0d7152fa7.tar.gz
update-coverage needs to build ruby and all C-ext libraries
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 7158bdc26d..ead0354d02 100644
--- a/common.mk
+++ b/common.mk
@@ -1372,7 +1372,7 @@ update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)" tool/downloader.rb -d tool --cache-dir=$(CACHE_DIR) -e gnu \
config.guess config.sub
-update-coverage: PHONY
+update-coverage: main PHONY
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
--install-dir .bundle --conservative "simplecov" -v "0.20.0"