Bug 26775
Summary: | WebKitQt always rebuilds every file every time on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Haygood <jhaygood> |
Component: | Tools / Tests | Assignee: | Jocelyn Turcotte <jturcotte> |
Status: | RESOLVED FIXED | ||
Severity: | Minor | CC: | hausmann, jturcotte |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows Vista |
Justin Haygood
Something in WebCore.pro causes nmake to always rebuild every file every time. nmake (like make) uses timestamps of files to determine which files to rebuild, etc... Something in WebCore.pro causes nmake to think that all files need rebuilding. Not all .pro files cause this problem, so its not a general problem with qmake or nmake.
(BTW, this is reproducable both via build-webkit and by running nmake directly on the generated Makefile in WebKitBuild)
Other important versions:
1. WebKit - HEAD from WebKit SVN at whatever time is now
2. Qt - 4.5.2, built from source using spec win32-msvc2008
3. Microsoft Visual Studio 2008 Service Pack 1
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
This has been fixed in http://trac.webkit.org/changeset/53187