Title: [198712] trunk/WebKitLibraries
Revision
198712
Author
[email protected]
Date
2016-03-25 22:36:14 -0700 (Fri, 25 Mar 2016)

Log Message

Web Inspector: make at the root should not create a WebKitLibraries/--lvm directory
https://bugs.webkit.org/show_bug.cgi?id=155918

Patch by Joseph Pecoraro <[email protected]> on 2016-03-25
Reviewed by Timothy Hatcher.

* Makefile:
Remove no longer used --llvm option.

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (198711 => 198712)


--- trunk/WebKitLibraries/ChangeLog	2016-03-26 05:31:22 UTC (rev 198711)
+++ trunk/WebKitLibraries/ChangeLog	2016-03-26 05:36:14 UTC (rev 198712)
@@ -1,3 +1,13 @@
+2016-03-25  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: make at the root should not create a WebKitLibraries/--lvm directory
+        https://bugs.webkit.org/show_bug.cgi?id=155918
+
+        Reviewed by Timothy Hatcher.
+
+        * Makefile:
+        Remove no longer used --llvm option.
+
 2016-03-25  Daniel Bates  <[email protected]>
 
         Add WebKitSystemInterface for iOS 9.3

Modified: trunk/WebKitLibraries/Makefile (198711 => 198712)


--- trunk/WebKitLibraries/Makefile	2016-03-26 05:31:22 UTC (rev 198711)
+++ trunk/WebKitLibraries/Makefile	2016-03-26 05:36:14 UTC (rev 198712)
@@ -7,7 +7,7 @@
 	@true
 else
 libs:
-	perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi --llvm
+	perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi
 cleanlibs:
 	perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --clean
 endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to