Changeset 139934 in webkit


Ignore:
Timestamp:
Jan 16, 2013 4:37:39 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Explicitly set msvs_cygwin_shell to true for bison rule
https://bugs.webkit.org/show_bug.cgi?id=107058

Patch by Robert Iannucci <iannucci@chromium.org> on 2013-01-16
Reviewed by Tony Chang.

Currently, msvs_cygwin_shell is set to 1 by default. This patch
explicitly sets it on the actions which will break if msvs_cygwin_shell
were set to 0. This is in preparation for changing the default value of
msvs_cygwin_shell, which in turn is in preparation of the removal of
cygwin as a buld-system requirement.

Since this change will have no semantic effect, no new tests are
required.

A previous instance of this bug is here:
https://bugs.webkit.org/show_bug.cgi?id=106706

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r139933 r139934  
     12013-01-16  Robert Iannucci  <iannucci@chromium.org>
     2
     3        Explicitly set msvs_cygwin_shell to true for bison rule
     4        https://bugs.webkit.org/show_bug.cgi?id=107058
     5
     6        Reviewed by Tony Chang.
     7
     8        Currently, msvs_cygwin_shell is set to 1 by default. This patch
     9        explicitly sets it on the actions which will break if msvs_cygwin_shell
     10        were set to 0. This is in preparation for changing the default value of
     11        msvs_cygwin_shell, which in turn is in preparation of the removal of
     12        cygwin as a buld-system requirement.
     13
     14        Since this change will have no semantic effect, no new tests are
     15        required.
     16
     17        A previous instance of this bug is here:
     18        https://bugs.webkit.org/show_bug.cgi?id=106706
     19
     20        * WebCore.gyp/WebCore.gyp:
     21
    1222013-01-16  Benjamin Poulain  <bpoulain@apple.com>
    223
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r139520 r139934  
    11471147            '<(bison_exe)',
    11481148          ],
     1149          'msvs_cygwin_shell': 1,
    11491150        },
    11501151        {
Note: See TracChangeset for help on using the changeset viewer.