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

ruby-changes:37967

From: nobu <ko1@a...>
Date: Sun, 22 Mar 2015 09:53:26 +0900 (JST)
Subject: [ruby-changes:37967] nobu:r50048 (trunk): make-snapshot: CONFIGURE

nobu	2015-03-22 09:53:17 +0900 (Sun, 22 Mar 2015)

  New Revision: 50048

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

  Log:
    make-snapshot: CONFIGURE
    
    * tool/make-snapshot (package): add default CONFIGURE name to
      follow r50039.

  Modified files:
    trunk/ChangeLog
    trunk/tool/make-snapshot
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50047)
+++ ChangeLog	(revision 50048)
@@ -1,4 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
-Sun Mar 22 09:51:29 2015  Nobuyoshi Nakada  <nobu@r...>
+Sun Mar 22 09:53:15 2015  Nobuyoshi Nakada  <nobu@r...>
+
+	* tool/make-snapshot (package): add default CONFIGURE name to
+	  follow r50039.
 
 	* tool/make-snapshot (package): substitute configuration variables
 	  in Makefile.in instead of passing by the command line, and make
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 50047)
+++ tool/make-snapshot	(revision 50048)
@@ -304,6 +304,7 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L304
         "BASERUBY"=>baseruby,
         "BOOTSTRAPRUBY"=>baseruby,
         "PWD"=>Dir.pwd,
+        "CONFIGURE"=>"configure",
       }
       mk.gsub!(/@([A-Za-z_]\w*)@/) {vars[$1] || ENV[$1]}
       mk << commonmk.gsub(/(?<!#)\{[^{}]*\}/, "")

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

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