[前][次][番号順一覧][スレッド一覧]

ruby-changes:35817

From: hsbt <ko1@a...>
Date: Mon, 13 Oct 2014 15:42:38 +0900 (JST)
Subject: [ruby-changes:35817] hsbt:r47899 (trunk): * common.mk: use relative load path for bundled_gems directory.

hsbt	2014-10-13 15:42:33 +0900 (Mon, 13 Oct 2014)

  New Revision: 47899

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47899

  Log:
    * common.mk: use relative load path for bundled_gems directory.
      [Bug #10372][ruby-core:65630]

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47898)
+++ ChangeLog	(revision 47899)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Oct 13 15:42:25 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* 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@z...>
 
 	* README.EXT: [DOC] fix example missing typedef with patch by
Index: common.mk
===================================================================
--- common.mk	(revision 47898)
+++ common.mk	(revision 47899)
@@ -1082,7 +1082,7 @@ update-config_files: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1082
 
 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"' \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]