1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Return the makefile content

Block for `create_makefile` is expected to return the content of
the makefile.
This commit is contained in:
Nobuyoshi Nakada 2020-01-31 12:52:22 +09:00 committed by NARUSE, Yui
parent b8e62ccaec
commit 78cbe7106b

View file

@ -28,5 +28,6 @@ if ok
create_makefile("-test-/cxxanyargs") do |mk|
mk << "FAILURES #{['=', failures].join(' ')}\n"
mk << ".IGNORE: $(FAILURES:.cpp=.o)\n" unless $mswin
mk
end
end