Changeset 288214 in webkit


Ignore:
Timestamp:
Jan 19, 2022 10:07:36 AM (2 years ago)
Author:
achristensen@apple.com
Message:

Unreviewed, reverting r288147.
<rdar://87776311>

broke clean command line builds

Reverted changeset:

"Build WebKitSwift when building with make or build-webkit"
https://bugs.webkit.org/show_bug.cgi?id=235093
https://commits.webkit.org/r288147

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r288201 r288214  
     12022-01-19  Alex Christensen  <achristensen@webkit.org>
     2
     3        Unreviewed, reverting r288147.
     4        <rdar://87776311>
     5
     6        broke clean command line builds
     7
     8        Reverted changeset:
     9
     10        "Build WebKitSwift when building with make or build-webkit"
     11        https://bugs.webkit.org/show_bug.cgi?id=235093
     12        https://commits.webkit.org/r288147
     13
    1142022-01-19  Youenn Fablet  <youenn@apple.com>
    215
  • trunk/Source/WebKit/Makefile

    r288147 r288214  
    1 export XCODE_TARGET = -target WebKit -target WebKitSwift
    21include ../Makefile.shared
  • trunk/Tools/ChangeLog

    r288178 r288214  
     12022-01-19  Alex Christensen  <achristensen@webkit.org>
     2
     3        Unreviewed, reverting r288147.
     4        <rdar://87776311>
     5
     6        broke clean command line builds
     7
     8        Reverted changeset:
     9
     10        "Build WebKitSwift when building with make or build-webkit"
     11        https://bugs.webkit.org/show_bug.cgi?id=235093
     12        https://commits.webkit.org/r288147
     13
    1142022-01-18  Wenson Hsieh  <wenson_hsieh@apple.com>
    215
  • trunk/Tools/Scripts/build-webkit

    r288147 r288214  
    351351        push @local_options, XcodeStaticAnalyzerOption() if $shouldRunStaticAnalyzer;
    352352        push @local_options, "WK_LTO_MODE=$ltoMode" if ($ltoMode ne "default");
    353 
    354         # FIXME: Move WebKitSwift to its own directory and remove this hack.
    355         if ($dir eq "Source/WebKit") {
    356             push @local_options, "-target", "WebKit", "-target", "WebKitSwift"
    357         }
    358 
    359353        my $projectPath = $project =~ /gtest/ ? "xcode/gtest" : $project;
    360354        $result = buildXCodeProject($projectPath, $clean, @local_options, @ARGV);
Note: See TracChangeset for help on using the changeset viewer.