aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 13:40:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 13:40:56 +0000
commit9fe3c77a7dcddd8fc3540da9814c7ffd235055b3 (patch)
treeed9570322e23ce075ca223482ca99e47ecd72bbd /Makefile.in
parent63ecd33f3a59fd0cfa7dcec06c0c8747af109e72 (diff)
downloadruby-9fe3c77a7dcddd8fc3540da9814c7ffd235055b3.tar.gz
stale targets
* common.mk (update-mspec, update-rubyspec): empty stale targets. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 953a839790..6891d90c79 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -476,16 +476,6 @@ update-download:: update-config_files
after-update:: prereq
-update-mspec:
- $(Q)$(CHDIR) $(srcdir)/spec/mspec && exec git --no-pager log -1 --oneline .
-
-update-rubyspec: update-mspec
- $(Q) echo ruby/spec is now in the MRI repository and make update-rubyspec has no effect
- $(Q)$(CHDIR) $(srcdir)/spec/rubyspec && exec git --no-pager log -1 --oneline .
-
-test-rubyspec-precheck:
- @if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi
-
update-doclie:
$(Q) $(srcdir)/tool/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
--branch $(DOCLIE_GIT_REF) \