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

ruby-changes:44997

From: nobu <ko1@a...>
Date: Tue, 13 Dec 2016 12:55:18 +0900 (JST)
Subject: [ruby-changes:44997] nobu:r57070 (trunk): make-snapshot: fix circular dependency

nobu	2016-12-13 12:55:13 +0900 (Tue, 13 Dec 2016)

  New Revision: 57070

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

  Log:
    make-snapshot: fix circular dependency

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 57069)
+++ tool/make-snapshot	(revision 57070)
@@ -329,6 +329,7 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L329
         "BOOTSTRAPRUBY"=>baseruby,
         "PWD"=>Dir.pwd,
         "CONFIGURE"=>"configure",
+        "arch"=>"noarch",
       }
       vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
       args = vars.dup

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

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