[Webkit-unassigned] [Bug 161433] [CMake] CMake does not support the dep file of preprocess-idls.pl --supplementalMakefileDeps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 8 19:44:44 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161433
--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I've finished a experimental prototyping.
> https://github.com/fujii/webkit/pull/1
There are several commits of refrigerating CMake scripts. This is the
important part:
> https://github.com/fujii/webkit/commit/fffdb707fe123742a5440d5ec4a9c074f1c82d7c
I've got well understanding thought this experiment.
> C) Implement Make-like tool in Python or Perl
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?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160909/30b74a96/attachment.html>
More information about the webkit-unassigned
mailing list