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

ruby-changes:73398

From: Nobuyoshi <ko1@a...>
Date: Sat, 3 Sep 2022 21:57:47 +0900 (JST)
Subject: [ruby-changes:73398] 2767cb2825 (master): Now fake.rb is needed to prepare sources

https://git.ruby-lang.org/ruby.git/commit/?id=2767cb2825

From 2767cb282531be10c6393d3d7c48fcdd2935ca4d Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 3 Sep 2022 21:57:17 +0900
Subject: Now fake.rb is needed to prepare sources

---
 tool/make-snapshot | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tool/make-snapshot b/tool/make-snapshot
index 5d0ec7a3fb..4c097d6c9b 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -436,6 +436,7 @@ def package(vcs, rev, destdir, tmp = nil) https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L436
         # use fallback file
       end
       clean.create("config.status", status)
+      clean.create("noarch-fake.rb")
       FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
       File.binwrite("#{hdrdir}/config.h", "")
       FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults")
-- 
cgit v1.2.1


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

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