aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-13 06:42:33 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-13 06:42:33 +0000
commit89322aafb5829d18ac091853078957bed8eefe25 (patch)
tree13b2429df7296f7a8315484fc25dee73148ad598
parent4a883ff9a8b1333cdc5b1cc65c46c775a47559bb (diff)
downloadruby-89322aafb5829d18ac091853078957bed8eefe25.tar.gz
* 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
-rw-r--r--ChangeLog5
-rw-r--r--common.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb205eb7c1..291c44eff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/common.mk b/common.mk
index ce5f830ea6..2598d97b9d 100644
--- a/common.mk
+++ b/common.mk
@@ -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"' \