[Webkit-unassigned] [Bug 32921] [GTK] Build time must be reduced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 28 14:58:46 PST 2009


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





--- Comment #10 from Gustavo Noronha (kov) <gns at gnome.org>  2009-12-28 14:58:45 PST ---
(In reply to comment #3)
> I am a little surprised the third patch works -- I would think all the .so
> would have missing symbols pointing into each other.
> 
> +webcore_built_objects = := $(patsubst %.cpp,%.lo,$(webcore_built_nosources))
> I wonder if there are any .c files (perhaps generated ones?) that need to be in
> this list.

I don't think there are. $(webcore_built_nosources) comes from this:

 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.cpp,$(notdir
$(IDL_BINDINGS_JS)))

So we should be safe.

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