[Webkit-unassigned] [Bug 76388] [GTK] Make distcheck is broken when using make -j

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 16:41:42 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76388





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2012-02-06 16:41:42 PST ---
(In reply to comment #2)

> We need to guarantee that $(webcore_sources) are built _after_ $(webcore_built_sources). So I guess we can fix the issue by adding the following line:

Typically the way to ensure this is to include auto-generated source files in BUILT_SOURCES. That's a hint to the build tools that the files should be generated during the first phase of the build.

-- 
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