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:
parent
b8e62ccaec
commit
78cbe7106b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue