[Webkit-unassigned] [Bug 38502] Qt build system failed to notice dependency changes after r58712

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 11:08:38 PDT 2010


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





--- Comment #9 from Dmitry Titov <dimich at chromium.org>  2010-05-04 11:08:37 PST ---
Discussed with Ossy, we need to split this issue in 2 - about failing test and
dependency issue in build system.

More details on dependency issue, compiled from IRC chat:

When you remove a file from the tree, it will be removed from the makefiles,
dependencies, etc. But if you remove the dependency, it might be some trash in
an object, lib. Try to imagine a foo.so : a.o b.o c.o rule, and if you remove
a.c from the tree, the new rule will be foo.so : b.o c.o , without a.o. This
rule won't trigger a new linking.

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