Changeset 94655 in webkit


Ignore:
Timestamp:
Sep 7, 2011 2:28:31 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

REGRESSION(r94288) build-webkit doesn't work on Windows
https://bugs.webkit.org/show_bug.cgi?id=67646

Patch by Kristóf Kosztyó <kkristof@inf.u-szeged.hu> on 2011-09-07
Reviewed by Csaba Osztrogonác.

  • Scripts/webkitdirs.pm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r94635 r94655  
     12011-09-07  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
     2
     3        REGRESSION(r94288) build-webkit doesn't work on Windows
     4        https://bugs.webkit.org/show_bug.cgi?id=67646
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Scripts/webkitdirs.pm:
     9
    1102011-09-06  Eric Boren  <borenet@gmail.com>
    211
  • trunk/Tools/Scripts/webkitdirs.pm

    r94407 r94655  
    3434use FindBin;
    3535use File::Basename;
    36 use File::Path;
     36use File::Path qw(mkpath remove_tree);
    3737use File::Spec;
    3838use POSIX;
Note: See TracChangeset for help on using the changeset viewer.