[Webkit-unassigned] [Bug 31344] [Qt] Fix a problem in the qmake project files that caused nmake to reparse idl files every time.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 11 13:02:01 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31344
Simon Hausmann <hausmann at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #42947|review? |review-
Flag| |
--- Comment #2 from Simon Hausmann <hausmann at webkit.org> 2009-11-11 13:02:01 PST ---
(From update of attachment 42947)
Hmm, I see the problem. But this will break parallel builds, where make will
execute the same command in parallel to generate both files at the same time:
If Foo.idl is processed by $cmd to generate Foo.cpp and Foo.h at the same time,
then with this patch and a parallel build $cmd is executed twice and both
processes will race for generating the two files.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list