summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 15:33:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-18 20:19:08 +0900
commit18d8333c30ff84252231524e10f5a45b795e90b3 (patch)
treec0fc7d67c3966c5ba74e6924977a321bd905e4c7 /template
parentba45be3c43c65e172a8b9d2d8dbfa369f894e500 (diff)
downloadruby-18d8333c30ff84252231524e10f5a45b795e90b3.tar.gz
Switch to use gem version of simplecov, not git clone
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index c68f2942ee..d638a31af5 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -602,23 +602,6 @@ update-benchmark-driver:
--branch $(BENCHMARK_DRIVER_GIT_REF) \
$(BENCHMARK_DRIVER_GIT_URL) benchmark-driver $(GIT_OPTS)
-update-doclie:
- $(Q) $(tooldir)/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
- --branch $(DOCLIE_GIT_REF) \
- $(DOCLIE_GIT_URL) doclie $(GIT_OPTS)
-
-update-simplecov-html:
- $(Q) $(tooldir)/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
- --branch $(SIMPLECOV_HTML_GIT_REF) \
- $(SIMPLECOV_HTML_GIT_URL) simplecov-html $(GIT_OPTS)
-
-update-simplecov:
- $(Q) $(tooldir)/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
- --branch $(SIMPLECOV_GIT_REF) \
- $(SIMPLECOV_GIT_URL) simplecov $(GIT_OPTS)
-
-update-coverage: update-simplecov update-simplecov-html update-doclie
-
update-known-errors:
errno --list | cut -d' ' -f1 | sort -u - $(srcdir)/defs/known_errors.def | \
$(IFCHANGE) $(srcdir)/defs/known_errors.def -