Changeset 41894 in webkit


Ignore:
Timestamp:
Mar 21, 2009 6:40:26 PM (15 years ago)
Author:
oliver@apple.com
Message:

Make build-jsc build testapi and minidom in addition to jsc itself.

Reviewed by Mark Rowe.

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r41869 r41894  
     12009-03-21  Oliver Hunt  <oliver@apple.com>
     2
     3        Reviewed by Mark Rowe.
     4
     5        Make build-jsc build testapi and minidom in addition to jsc itself.
     6
     7        * Scripts/build-jsc:
     8
    192009-03-20  Anders Carlsson  <andersca@apple.com>
    210
  • trunk/WebKitTools/Scripts/build-jsc

    r38973 r41894  
    6565my $result;
    6666if (isAppleMacWebKit()) {
    67     $result = system "sh", "-c", 'xcodebuild -project JavaScriptCore.xcodeproj -target jsc "$@" | grep -v setenv && exit ${PIPESTATUS[0]}', "xcodebuild",  @options, @ARGV, @coverageSupportOptions;
     67    $result = system "sh", "-c", 'xcodebuild -project JavaScriptCore.xcodeproj "$@" | grep -v setenv && exit ${PIPESTATUS[0]}', "xcodebuild",  @options, @ARGV, @coverageSupportOptions;
    6868} elsif (isAppleWinWebKit()) {
    6969    $result = buildVisualStudioProject("JavaScriptCore.vcproj/JavaScriptCore.sln");
Note: See TracChangeset for help on using the changeset viewer.