Bug #12643 » 0001-Escape-newlines-for-echo-when-generating-exts.mk.patch
| ext/extmk.rb | ||
|---|---|---|
|
if e
|
||
|
d << " " << e
|
||
|
end
|
||
|
mf.puts %Q<\t@echo "#{d}">
|
||
|
mf.puts %Q<\t@echo "#{d.gsub("\n", "\\\n")}">
|
||
|
end
|
||
|
mf.puts %Q<\t@echo "*** Fix the problems, then remove these directories and try again if you want.">
|
||
|
end
|
||