aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-07 06:24:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-07 06:24:46 +0000
commit842f6265a3d9a3f57d7cdc238263666b9b05a12e (patch)
tree88da9181eaa4be68ef8a0b947e21937b87e1105a /win32
parent30e59cd74e3dc079e21a41c54cf8e0b780e43754 (diff)
downloadruby-842f6265a3d9a3f57d7cdc238263666b9b05a12e.tar.gz
update-rubyspec: show latest commit
* Makefile.in, win32/Makefile.sub (update-mspec, update-rubyspec): ensure the latest commits. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 47b55bcdb1..06e6f5075b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -468,6 +468,7 @@ update-mspec:
@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)
@@ -477,6 +478,7 @@ update-rubyspec: update-mspec
@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/.)