[Webkit-unassigned] [Bug 156332] New: [CMake][Win] Generating autoversion.h of WebKitGUID is triggered again and again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 01:15:28 PDT 2016


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

            Bug ID: 156332
           Summary: [CMake][Win] Generating autoversion.h of WebKitGUID is
                    triggered again and again
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at jp.sony.com

[CMake][Win] Generating autoversion.h of WebKitGUID is triggered again and again

In Source/WebKit/PlatformWin.cmake:

> add_custom_command(
>     OUTPUT ${DERIVED_SOURCES_WEBKIT_DIR}/autoversion.h
>     WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
>     COMMAND ${PERL_EXECUTABLE} ${WEBKIT_LIBRARIES_DIR}/tools/scripts/auto-version.pl ${DERIVED_SOURCES_WEBKIT_DIR}
>     VERBATIM)

The output path is not ${DERIVED_SOURCES_WEBKIT_DIR}/autoversion.h, but ${DERIVED_SOURCES_WEBKIT_DIR}/include/autoversion.h.
Then Visual Studio thinks the output file deos not exist yet and trigger the command.

-- 
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/20160407/2ce56a9e/attachment.html>


More information about the webkit-unassigned mailing list