aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 12:01:26 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 12:01:26 +0000
commit52df1d0d3370919711c0577aaa42d1a864709885 (patch)
treed56b14fc4366d44dd619bbe21662554936b05539 /common.mk
parent706db6e25afec2311781a2127d6ccd7086841de9 (diff)
downloadruby-52df1d0d3370919711c0577aaa42d1a864709885.tar.gz
make update-rubyspec is no longer needed
* Kept a no-op for compatibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 55529a18e7..36677e7d7c 100644
--- a/common.mk
+++ b/common.mk
@@ -1076,7 +1076,7 @@ up::
after-update:: extract-extlibs
-update-remote:: update-src update-download $(HAVE_GIT:yes=)update-rubyspec
+update-remote:: update-src update-download
update-download:: update-unicode update-gems download-extlibs
noupdate-rubyspec:
@@ -1265,7 +1265,6 @@ help: PHONY
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \
" test-rubyspec: run the Ruby spec suite" \
" up: update local copy and autogenerated files" \
- " update-rubyspec: update local copy of the Ruby spec suite" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
" gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \