diff options
| author | nagachika <nagachika@ruby-lang.org> | 2022-10-18 21:46:33 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2022-10-18 21:46:33 +0900 |
| commit | 09c8604be8accede96c5aaa59d783ef4a34a66bf (patch) | |
| tree | aec7e6e721ec540d24e6c0dd309b0c58e161ab04 /tool | |
| parent | 9b1cf2c258f11b2931e2c5c34924e72a502618d4 (diff) | |
merge revision(s) 2767cb282531be10c6393d3d7c48fcdd2935ca4d:
Now fake.rb is needed to prepare sources
---
tool/make-snapshot | 1 +
1 file changed, 1 insertion(+)
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/make-snapshot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot index eb6858e906..b04af6a4d2 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -436,6 +436,7 @@ def package(vcs, rev, destdir, tmp = nil) # 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") |
