Changeset 56113 in webkit


Ignore:
Timestamp:
Mar 17, 2010 9:11:15 AM (14 years ago)
Author:
zoltan@webkit.org
Message:

2010-03-17 Zoltan Horvath <zoltan@webkit.org>

Reviewed by Darin Adler.

Ambiguous error message when building for unspecified platform
https://bugs.webkit.org/show_bug.cgi?id=30203

Add an extra line information to the error message.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56099 r56113  
     12010-03-17  Zoltan Horvath  <zoltan@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Ambiguous error message when building for unspecified platform
     6        https://bugs.webkit.org/show_bug.cgi?id=30203
     7
     8        Add an extra line information to the error message.
     9
     10        * Scripts/webkitdirs.pm:
     11
    1122010-03-16  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebKitTools/Scripts/webkitdirs.pm

    r56099 r56113  
    575575    }
    576576
    577     die "Unsupported platform, can't determine built library locations.";
     577    die "Unsupported platform, can't determine built library locations.\nTry `build-webkit --help` for more information.\n";
    578578}
    579579
Note: See TracChangeset for help on using the changeset viewer.