Changeset 146661 in webkit


Ignore:
Timestamp:
Mar 22, 2013 3:04:43 PM (11 years ago)
Author:
roger_fong@apple.com
Message:

Unreviewed build fix.

  • bindings/scripts/preprocessor.pm:

(applyPreprocessor):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r146651 r146661  
     12013-03-22  Roger Fong  <roger_fong@apple.com>
     2
     3        Unreviewed build fix.
     4
     5        * bindings/scripts/preprocessor.pm:
     6        (applyPreprocessor):
     7
    182013-03-22  Roger Fong  <roger_fong@apple.com>
    29
  • trunk/Source/WebCore/bindings/scripts/preprocessor.pm

    r146651 r146661  
    6767        # This call can fail if Windows rebases cygwin, so retry a few times until it succeeds.
    6868        for (my $tries = 0; !$pid && ($tries < 20); $tries++) {
    69             system("TASKKILL /F /T /IM gcc-3.exe>nul 2>&1");
    7069            eval {
    7170                # Suppress STDERR so that if we're using cl.exe, the output
     
    7372                use Symbol 'gensym'; my $err = gensym;
    7473                $pid = open3(\*PP_IN, \*PP_OUT, $err, split(' ', $preprocessor), @args, @macros, $fileName);
    75                 1;
     74                sleep 1;
    7675            } or do {
    77                 print "Failed GCC attempt";
    7876                sleep 1;
    7977            }
Note: See TracChangeset for help on using the changeset viewer.