⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181538 in webkit


Ignore:
Timestamp:
Mar 16, 2015, 3:42:44 AM (11 years ago)
Author:
Carlos Garcia Campos
Message:

Merge r181435 - [cmake] Fix the incremental build issue revealed by r181419
https://bugs.webkit.org/show_bug.cgi?id=142613

Reviewed by Carlos Garcia Campos.

  • CMakeLists.txt:
Location:
releases/WebKitGTK/webkit-2.8/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.8/Source/JavaScriptCore/CMakeLists.txt

    r180834 r181538  
    991991    OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/KeywordLookup.h
    992992    MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/KeywordLookupGenerator.py
     993    DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/parser/Keywords.table
    993994    COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/KeywordLookupGenerator.py ${CMAKE_CURRENT_SOURCE_DIR}/parser/Keywords.table > ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/KeywordLookup.h
    994995    VERBATIM)
  • releases/WebKitGTK/webkit-2.8/Source/JavaScriptCore/ChangeLog

    r181534 r181538  
     12015-03-12  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [cmake] Fix the incremental build issue revealed by r181419
     4        https://bugs.webkit.org/show_bug.cgi?id=142613
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * CMakeLists.txt:
     9
    1102015-03-11  Geoffrey Garen  <ggaren@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.