Title: [183742] trunk/Source/WebCore
Revision
183742
Author
[email protected]
Date
2015-05-04 03:04:37 -0700 (Mon, 04 May 2015)

Log Message

Remove move-js-headers.sh
https://bugs.webkit.org/show_bug.cgi?id=144323

Reviewed by Daniel Bates.

move-js-headers.sh was only used by the Wx port, which has been removed from trunk long ago.

* move-js-headers.sh: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183741 => 183742)


--- trunk/Source/WebCore/ChangeLog	2015-05-04 08:51:25 UTC (rev 183741)
+++ trunk/Source/WebCore/ChangeLog	2015-05-04 10:04:37 UTC (rev 183742)
@@ -1,5 +1,16 @@
 2015-05-04  Csaba Osztrogonác  <[email protected]>
 
+        Remove move-js-headers.sh
+        https://bugs.webkit.org/show_bug.cgi?id=144323
+
+        Reviewed by Daniel Bates.
+
+        move-js-headers.sh was only used by the Wx port, which has been removed from trunk long ago.
+
+        * move-js-headers.sh: Removed.
+
+2015-05-04  Csaba Osztrogonác  <[email protected]>
+
         [ARM] Don't compare unsigned chars to EOF (-1)
         https://bugs.webkit.org/show_bug.cgi?id=144439
 

Deleted: trunk/Source/WebCore/move-js-headers.sh (183741 => 183742)


--- trunk/Source/WebCore/move-js-headers.sh	2015-05-04 08:51:25 UTC (rev 183741)
+++ trunk/Source/WebCore/move-js-headers.sh	2015-05-04 10:04:37 UTC (rev 183742)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-mkdir -p include/_javascript_Core
-find ../Source/_javascript_Core/ -name \*.h -exec cp -f -p {} include/_javascript_Core/. \;
-rm include/_javascript_Core/config.h
-rm include/_javascript_Core/_javascript_CorePrefix.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to