Changeset 55384 in webkit


Ignore:
Timestamp:
Mar 1, 2010 4:05:35 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-01 Arno Renevier <arno@renevier.net>

Reviewed by Xan Lopez.

webkit-build could pass unknown arguments to autogen.sh
https://bugs.webkit.org/show_bug.cgi?id=35454

  • Scripts/build-webkit:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55382 r55384  
     12010-03-01  Arno Renevier  <arno@renevier.net>
     2
     3        Reviewed by Xan Lopez.
     4
     5        webkit-build could pass unknown arguments to autogen.sh
     6        https://bugs.webkit.org/show_bug.cgi?id=35454
     7
     8        * Scripts/build-webkit:
     9
    1102010-03-01  Dirk Pranke  <dpranke@chromium.org>
    211
  • trunk/WebKitTools/Scripts/build-webkit

    r55043 r55384  
    258258# enable autotool options accordingly
    259259if (isGtk()) {
     260    @options = @ARGV;
    260261    foreach (@features) {
    261262        push @options, autotoolsFlag(${$_->{value}}, $_->{option});
Note: See TracChangeset for help on using the changeset viewer.