[Webkit-unassigned] [Bug 100360] [Qt] REGRESSION(r128174): Fast build path doesn't work now

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 05:26:07 PST 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt] Fast build path        |[Qt] REGRESSION(r128174):
                   |doesn't work now            |Fast build path doesn't
                   |                            |work now




--- Comment #8 from Csaba Osztrogonac <ossy at webkit.org>  2012-11-20 05:28:06 PST ---
We checked it with dicska and determined that r128174 is the culprit.

The problem in nutshell: the SVN revision of last success build is appended 
at the end of WebKitBuild/Relase/.qmake.cache after the build is finished.
But _all_ makefiles depends on .qmake.cache and this dependency triggers
run qmake / regenerate makefiles _always_, because .qmake.cache is _always_
newer than any makefile.

Previously WebKitBuild/Relase/.webkit.config contained the SVN revision
which isn't dependency of any makefile. And .qmake.cache - dependency of
all makefile - wasn't updated always.

Any idea how to fix it?

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