aboutsummaryrefslogtreecommitdiffstats
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/Makefile.sub26
1 files changed, 0 insertions, 26 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 6b74a772f6..f3559fb006 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -487,32 +487,6 @@ $(SCRIPTPROGRAMS): $(STUBPROGRAM)
update-src::
@cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP)
-update-mspec:
-!if exist($(srcdir)/spec/mspec)
- @echo updating mspec ...
- @cd $(srcdir:/=\)\spec\mspec && git pull
-!else
- @echo retrieving mspec ...
- @cd $(srcdir:/=\) && git clone $(MSPEC_GIT_URL) spec/mspec
-!endif
- @cd $(srcdir:/=\)\spec\mspec && git --no-pager log -1 --oneline
-
-update-rubyspec: update-mspec
-!if exist($(srcdir)/spec/rubyspec)
- @echo updating rubyspec ...
- @cd $(srcdir:/=\)\spec\rubyspec && git pull
-!else
- @echo retrieving rubyspec ...
- @cd $(srcdir:/=\) && git clone $(RUBYSPEC_GIT_URL) spec/rubyspec
-!endif
- @cd $(srcdir:/=\)\spec\rubyspec && git --no-pager log -1 --oneline
-
-test-rubyspec-precheck:
-!if !exist($(srcdir)/spec/rubyspec/.)
- @echo No rubyspec here. make update-rubyspec first.
- @exit 1
-!endif
-
$(MKFILES): $(srcdir)/common.mk $(srcdir)/version.h \
$(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat \
$(win_srcdir)/setup.mak $(win_srcdir)/enc-setup.mak \