[Webkit-unassigned] [Bug 75863] [Qt] REGRESSION(r100130): Clean build feature is broken.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 02:58:05 PST 2012


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





--- Comment #5 from Csaba Osztrogonac <ossy at webkit.org>  2012-01-10 02:58:05 PST ---
The original change caused this regression:
http://trac.webkit.org/changeset/100130?format=diff&new=100130

I managed to catch what cause this bug.
Now the build phases are the following if a feature define changes:
- configure.pro is called to determine feature defines (and config tests too which generates Tools/qmake/.qmake.cache)
- clean build triggered because a feature define changes (rmtree WebKitBuild)
- make, which will be incorrect, because Tools/qmake/.qmake.cache is non-existent and HAVE_FONTCONFIG=1 macro doesn't exist, but it should be.

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