mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
9bb8f28f3d
commit
59d92b548b
2 changed files with 4 additions and 0 deletions
|
@ -486,6 +486,7 @@ update-mspec:
|
||||||
$(Q1:0=:) set -x; \
|
$(Q1:0=:) set -x; \
|
||||||
exec git clone $(MSPEC_GIT_URL) spec/mspec; \
|
exec git clone $(MSPEC_GIT_URL) spec/mspec; \
|
||||||
fi
|
fi
|
||||||
|
$(Q)cd $(srcdir)/spec/mspec && exec git --no-pager log -1 --oneline
|
||||||
|
|
||||||
update-rubyspec: update-mspec
|
update-rubyspec: update-mspec
|
||||||
@$(CHDIR) $(srcdir); \
|
@$(CHDIR) $(srcdir); \
|
||||||
|
@ -499,6 +500,7 @@ update-rubyspec: update-mspec
|
||||||
$(Q1:0=:) set -x; \
|
$(Q1:0=:) set -x; \
|
||||||
exec git clone $(RUBYSPEC_GIT_URL) spec/rubyspec; \
|
exec git clone $(RUBYSPEC_GIT_URL) spec/rubyspec; \
|
||||||
fi
|
fi
|
||||||
|
$(Q)cd $(srcdir)/spec/rubyspec && exec git --no-pager log -1 --oneline
|
||||||
|
|
||||||
test-rubyspec-precheck:
|
test-rubyspec-precheck:
|
||||||
@if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi
|
@if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi
|
||||||
|
|
|
@ -468,6 +468,7 @@ update-mspec:
|
||||||
@echo retrieving mspec ...
|
@echo retrieving mspec ...
|
||||||
@cd $(srcdir:/=\) && git clone $(MSPEC_GIT_URL) spec/mspec
|
@cd $(srcdir:/=\) && git clone $(MSPEC_GIT_URL) spec/mspec
|
||||||
!endif
|
!endif
|
||||||
|
@cd $(srcdir:/=\)\spec\mspec && git --no-pager log -1 --oneline
|
||||||
|
|
||||||
update-rubyspec: update-mspec
|
update-rubyspec: update-mspec
|
||||||
!if exist($(srcdir)/spec/rubyspec)
|
!if exist($(srcdir)/spec/rubyspec)
|
||||||
|
@ -477,6 +478,7 @@ update-rubyspec: update-mspec
|
||||||
@echo retrieving rubyspec ...
|
@echo retrieving rubyspec ...
|
||||||
@cd $(srcdir:/=\) && git clone $(RUBYSPEC_GIT_URL) spec/rubyspec
|
@cd $(srcdir:/=\) && git clone $(RUBYSPEC_GIT_URL) spec/rubyspec
|
||||||
!endif
|
!endif
|
||||||
|
@cd $(srcdir:/=\)\spec\rubyspec && git --no-pager log -1 --oneline
|
||||||
|
|
||||||
test-rubyspec-precheck:
|
test-rubyspec-precheck:
|
||||||
!if !exist($(srcdir)/spec/rubyspec/.)
|
!if !exist($(srcdir)/spec/rubyspec/.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue