Return the makefile content
Block for `create_makefile` is expected to return the content of the makefile.
This commit is contained in:
parent
0c4bbb46f1
commit
4942adf68c
@ -28,5 +28,6 @@ if ok
|
|||||||
create_makefile("-test-/cxxanyargs") do |mk|
|
create_makefile("-test-/cxxanyargs") do |mk|
|
||||||
mk << "FAILURES #{['=', failures].join(' ')}\n"
|
mk << "FAILURES #{['=', failures].join(' ')}\n"
|
||||||
mk << ".IGNORE: $(FAILURES:.cpp=.o)\n" unless $mswin
|
mk << ".IGNORE: $(FAILURES:.cpp=.o)\n" unless $mswin
|
||||||
|
mk
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user