Title: [165636] trunk
Revision
165636
Author
d...@apple.com
Date
2014-03-14 12:36:35 -0700 (Fri, 14 Mar 2014)

Log Message

Remove libWebKitSystemInterfaceLion.a
https://bugs.webkit.org/show_bug.cgi?id=130254

Reviewed by Geoffrey Garen and Andreas Kling.

Tools:

No need to copy the Lion libraries into the build.

* Scripts/copy-webkitlibraries-to-product-directory:

WebKitLibraries:

We don't support Lion any more.

* libWebKitSystemInterfaceLion.a: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Tools/ChangeLog (165635 => 165636)


--- trunk/Tools/ChangeLog	2014-03-14 19:31:25 UTC (rev 165635)
+++ trunk/Tools/ChangeLog	2014-03-14 19:36:35 UTC (rev 165636)
@@ -1,3 +1,14 @@
+2014-03-14  Dean Jackson  <d...@apple.com>
+
+        Remove libWebKitSystemInterfaceLion.a
+        https://bugs.webkit.org/show_bug.cgi?id=130254
+
+        Reviewed by Geoffrey Garen and Andreas Kling.
+
+        No need to copy the Lion libraries into the build.
+
+        * Scripts/copy-webkitlibraries-to-product-directory:
+
 2014-03-14  Jinwoo Song  <jinwoo7.s...@samsung.com>
 
         [EFL][MiniBrowser] Revise help messages of command line parameters

Modified: trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory (165635 => 165636)


--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2014-03-14 19:31:25 UTC (rev 165635)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2014-03-14 19:36:35 UTC (rev 165636)
@@ -117,7 +117,6 @@
     (system("mkdir", "-p", $libraryDir) == 0) or die;
 
     my @librariesToCopy = (
-        "libWebKitSystemInterfaceLion.a",
         "libWebKitSystemInterfaceMountainLion.a",
         "libWebKitSystemInterfaceMavericks.a",
     );
@@ -163,9 +162,6 @@
     } elsif ($preferSystemLLVMOverDrops) {
         # Don't fall through to drop detection.
         print "Using system LLVM.\n";
-    } elsif ($majorDarwinVersion == 11) {
-        $llvmLibraryPackage = "WebKitLibraries/LLVMLibrariesLion.tar.bz2";
-        $llvmIncludePackage = "WebKitLibraries/LLVMIncludesLion.tar.bz2";
     } elsif ($majorDarwinVersion == 12) {
         $llvmLibraryPackage = "WebKitLibraries/LLVMLibrariesMountainLion.tar.bz2";
         $llvmIncludePackage = "WebKitLibraries/LLVMIncludesMountainLion.tar.bz2";

Modified: trunk/WebKitLibraries/ChangeLog (165635 => 165636)


--- trunk/WebKitLibraries/ChangeLog	2014-03-14 19:31:25 UTC (rev 165635)
+++ trunk/WebKitLibraries/ChangeLog	2014-03-14 19:36:35 UTC (rev 165636)
@@ -1,3 +1,14 @@
+2014-03-14  Dean Jackson  <d...@apple.com>
+
+        Remove libWebKitSystemInterfaceLion.a
+        https://bugs.webkit.org/show_bug.cgi?id=130254
+
+        Reviewed by Geoffrey Garen and Andreas Kling.
+
+        We don't support Lion any more.
+
+        * libWebKitSystemInterfaceLion.a: Removed.
+
 2014-03-13  Dean Jackson  <d...@apple.com>
 
         <rdar://problem/16317198>

Deleted: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to