[Webkit-unassigned] [Bug 155872] [Win] CMake seems to build all generated files every time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 22:42:43 PDT 2016


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

--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> ---
The bottleneck seems to be that Visual Studio waits for each invocation of the "Custom Build Step" to complete:

setlocal
cd C:\Projects\WebKit\OpenSource\Source\WebCore
if %errorlevel% neq 0 goto :cmEnd
C:
if %errorlevel% neq 0 goto :cmEnd
C:\cygwin\bin\perl.exe -IC:/Projects/WebKit/OpenSource/Source/WebCore/bindings/scripts C:/Projects/WebKit/OpenSource/Source/WebCore/bindings/scripts/generate-bindings.pl --defines "LANGUAGE_JAVASCRIPT=1 " ... endless stuff

if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160325/9b9802fc/attachment.html>


More information about the webkit-unassigned mailing list