зеркало из https://github.com/github/ruby.git
* 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:
Родитель
7c97533aec
Коммит
1ab8dc3da8
|
@ -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>
|
||||
|
||||
* lib/delegate.rb: Remove backtrace cleaning for delegated methods
|
||||
|
|
|
@ -934,7 +934,7 @@ update-config_files: PHONY
|
|||
|
||||
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")' \
|
||||
|
|
Загрузка…
Ссылка в новой задаче