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

ruby-changes:37177

From: nobu <ko1@a...>
Date: Thu, 15 Jan 2015 18:09:28 +0900 (JST)
Subject: [ruby-changes:37177] nobu:r49258 (trunk): make-snapshot: add fake values

nobu	2015-01-15 18:09:14 +0900 (Thu, 15 Jan 2015)

  New Revision: 49258

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

  Log:
    make-snapshot: add fake values
    
    * tool/make-snapshot (package): add fake values, rubylibprefix and
      ruby_version which are necessary for Gem.default_dir.

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 49257)
+++ tool/make-snapshot	(revision 49258)
@@ -277,6 +277,8 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L277
         f.puts "s,@RM@,|#_!!_#|rm -f,g"
         f.puts "s,@CP@,|#_!!_#|cp,g"
         f.puts "s,@rubyarchdir@,|#_!!_#|,g"
+        f.puts "s,@rubylibprefix@,|#_!!_#|,g"
+        f.puts "s,@ruby_version@,|#_!!_#|,g"
       }
       FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
       File.open("#{hdrdir}/config.h", "w") {}

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

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