mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (update-gems): use BASERUBY instead of RUNRUBY.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c97533aec
commit
1ab8dc3da8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Sep 9 11:33:05 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (update-gems): use BASERUBY instead of RUNRUBY.
|
||||||
|
|
||||||
Wed Sep 9 11:08:59 2015 Zachary Scott <zzak@ruby-lang.org>
|
Wed Sep 9 11:08:59 2015 Zachary Scott <zzak@ruby-lang.org>
|
||||||
|
|
||||||
* lib/delegate.rb: Remove backtrace cleaning for delegated methods
|
* lib/delegate.rb: Remove backtrace cleaning for delegated methods
|
||||||
|
|
|
@ -934,7 +934,7 @@ update-config_files: PHONY
|
||||||
|
|
||||||
update-gems: PHONY
|
update-gems: PHONY
|
||||||
$(ECHO) Downloading bundled gem files...
|
$(ECHO) Downloading bundled gem files...
|
||||||
$(Q) $(RUNRUBY) -C "$(srcdir)/gems" \
|
$(Q) $(BASERUBY) -C "$(srcdir)/gems" \
|
||||||
-I../tool -rdownloader -answ \
|
-I../tool -rdownloader -answ \
|
||||||
-e 'gem, ver = *$$F' \
|
-e 'gem, ver = *$$F' \
|
||||||
-e 'old = Dir.glob("#{gem}-*.gem")' \
|
-e 'old = Dir.glob("#{gem}-*.gem")' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue