1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk: use relative load path for bundled_gems directory.

[Bug #10372][ruby-core:65630]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-10-13 06:42:33 +00:00
parent 4a883ff9a8
commit 89322aafb5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Oct 13 15:42:25 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* common.mk: use relative load path for bundled_gems directory.
[Bug #10372][ruby-core:65630]
Mon Oct 13 08:44:06 2014 Zachary Scott <e@zzak.io>
* README.EXT: [DOC] fix example missing typedef with patch by

View file

@ -1082,7 +1082,7 @@ update-config_files: PHONY
update-gems: PHONY
$(ECHO) Downloading bundled gem files...
$(Q) $(RUNRUBY) -I$(srcdir)/tool -rdownloader -answ \
$(Q) $(RUNRUBY) -I$(srcdir)/../tool -rdownloader -answ \
-C "$(srcdir)/gems" \
-e 'gem, ver = *$$F' \
-e 'gem = "#{gem}-#{ver}.gem"' \