Changeset 61852 in webkit


Ignore:
Timestamp:
Jun 25, 2010 5:13:25 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-06-25 Lucas De Marchi <lucas.demarchi@profusion.mobi>

Reviewed by Gustavo Noronha Silva.

[CMake] Remove unused variable in EFL build system. It was previously
being used to set the flags of each port but it was superseded by
other flags.
https://bugs.webkit.org/show_bug.cgi?id=40931

  • jsc/CMakeLists.txt:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r61851 r61852  
     12010-06-25  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        [CMake] Remove unused variable in EFL build system. It was previously
     6        being used to set the flags of each port but it was superseded by
     7        other flags.
     8        https://bugs.webkit.org/show_bug.cgi?id=40931
     9
     10        * jsc/CMakeLists.txt:
     11
    1122010-06-25  Nathan Lawrence  <nlawrence@apple.com>
    213
  • trunk/JavaScriptCore/jsc/CMakeLists.txt

    r59537 r61852  
    1010)
    1111
    12 
    13 SET(JSC_PORT_FLAGS )
    1412INCLUDE_IF_EXISTS(${JAVASCRIPTCORE_DIR}/jsc/CMakeLists${PORT}.txt)
    15 
    1613
    1714WEBKIT_WRAP_SOURCELIST(${JSC_SOURCES})
Note: See TracChangeset for help on using the changeset viewer.