<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [CMake] CMake does not support the dep file of preprocess-idls.pl --supplementalMakefileDeps"
href="https://bugs.webkit.org/show_bug.cgi?id=161433#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [CMake] CMake does not support the dep file of preprocess-idls.pl --supplementalMakefileDeps"
href="https://bugs.webkit.org/show_bug.cgi?id=161433">bug 161433</a>
from <span class="vcard"><a class="email" href="mailto:Hironori.Fujii@sony.com" title="Fujii Hironori <Hironori.Fujii@sony.com>"> <span class="fn">Fujii Hironori</span></a>
</span></b>
<pre>I've finished a experimental prototyping.
<span class="quote">> <a href="https://github.com/fujii/webkit/pull/1">https://github.com/fujii/webkit/pull/1</a></span >
There are several commits of refrigerating CMake scripts. This is the
important part:
<span class="quote">> <a href="https://github.com/fujii/webkit/commit/fffdb707fe123742a5440d5ec4a9c074f1c82d7c">https://github.com/fujii/webkit/commit/fffdb707fe123742a5440d5ec4a9c074f1c82d7c</a></span >
I've got well understanding thought this experiment.
<span class="quote">> C) Implement Make-like tool in Python or Perl</span >
This approach is better than others because more precise dependency
updating checking is possible. For example, my patches solve the
problem updating supplemental_dependency.tmp triggers regenerating all
bindings.
And, Perl is better than Python because generate-bindings.pl is
written in Perl. If generate-bindings.pl will be converted to Perl
Module, I can stop using fork&exec for speed and avoiding Windows
quoting command problem.
Ninja deletes all output files before executing a command.
So, I need to use add_custom_target.
Can I proceed?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>