ruby-changes:39727
From: usa <ko1@a...>
Date: Wed, 9 Sep 2015 11:34:47 +0900 (JST)
Subject: [ruby-changes:39727] usa:r51808 (trunk): * common.mk (update-gems): use BASERUBY instead of RUNRUBY.
usa 2015-09-09 11:34:39 +0900 (Wed, 09 Sep 2015) New Revision: 51808 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51808 Log: * common.mk (update-gems): use BASERUBY instead of RUNRUBY. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 51807) +++ ChangeLog (revision 51808) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Sep 9 11:33:05 2015 NAKAMURA Usaku <usa@r...> + + * common.mk (update-gems): use BASERUBY instead of RUNRUBY. + Wed Sep 9 11:08:59 2015 Zachary Scott <zzak@r...> * lib/delegate.rb: Remove backtrace cleaning for delegated methods Index: common.mk =================================================================== --- common.mk (revision 51807) +++ common.mk (revision 51808) @@ -934,7 +934,7 @@ update-config_files: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L934 update-gems: PHONY $(ECHO) Downloading bundled gem files... - $(Q) $(RUNRUBY) -C "$(srcdir)/gems" \ + $(Q) $(BASERUBY) -C "$(srcdir)/gems" \ -I../tool -rdownloader -answ \ -e 'gem, ver = *$$F' \ -e 'old = Dir.glob("#{gem}-*.gem")' \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/