зеркало из https://github.com/github/ruby.git
* lib/mkmf.rb (create_makefile): use puts instead of print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a0248a2ba1
Коммит
896d768290
|
@ -1739,7 +1739,7 @@ def create_makefile(target, srcprefix = nil)
|
|||
mfile = open("Makefile", "wb")
|
||||
conf = configuration(srcprefix)
|
||||
conf = yield(conf) if block_given?
|
||||
mfile.print(conf)
|
||||
mfile.puts(conf)
|
||||
mfile.print "
|
||||
libpath = #{($DEFLIBPATH|$LIBPATH).join(" ")}
|
||||
LIBPATH = #{libpath}
|
||||
|
|
Загрузка…
Ссылка в новой задаче