mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make-snapshot: rubyarchdir
* tool/make-snapshot (package): fake rubyarchdir too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5d1d12977
commit
b3cd19971b
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ def package(rev, destdir)
|
||||||
f.puts "s,@LIBRUBY_A@,|#_!!_#|liburyb.a,g"
|
f.puts "s,@LIBRUBY_A@,|#_!!_#|liburyb.a,g"
|
||||||
f.puts "s,@RM@,|#_!!_#|rm -f,g"
|
f.puts "s,@RM@,|#_!!_#|rm -f,g"
|
||||||
f.puts "s,@CP@,|#_!!_#|cp,g"
|
f.puts "s,@CP@,|#_!!_#|cp,g"
|
||||||
|
f.puts "s,@rubyarchdir@,|#_!!_#|,g"
|
||||||
}
|
}
|
||||||
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
|
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
|
||||||
File.open("#{hdrdir}/config.h", "w") {}
|
File.open("#{hdrdir}/config.h", "w") {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue