Title: [110327] trunk/Source/_javascript_Core
Revision
110327
Author
[email protected]
Date
2012-03-09 13:34:44 -0800 (Fri, 09 Mar 2012)

Log Message

Ensure that the WTF headers are copied at installhdrs time.

Reviewed by Dan Bernstein and Jessie Berlin.

* Configurations/_javascript_Core.xcconfig: Set INSTALLHDRS_SCRIPT_PHASE = YES
so that our script phases are invoked at installhdrs time. The only one that
does any useful work at that time is the one that installs WTF headers.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (110326 => 110327)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-09 21:34:04 UTC (rev 110326)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-09 21:34:44 UTC (rev 110327)
@@ -1,3 +1,13 @@
+2012-03-09  Mark Rowe  <[email protected]>
+
+        Ensure that the WTF headers are copied at installhdrs time.
+
+        Reviewed by Dan Bernstein and Jessie Berlin.
+
+        * Configurations/_javascript_Core.xcconfig: Set INSTALLHDRS_SCRIPT_PHASE = YES
+        so that our script phases are invoked at installhdrs time. The only one that
+        does any useful work at that time is the one that installs WTF headers.
+
 2012-03-09  Jon Lee  <[email protected]>
 
         Add support for ENABLE(LEGACY_NOTIFICATIONS)

Modified: trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig (110326 => 110327)


--- trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig	2012-03-09 21:34:04 UTC (rev 110326)
+++ trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig	2012-03-09 21:34:44 UTC (rev 110327)
@@ -50,3 +50,5 @@
 INSTALL_PATH = $(_javascript_CORE_FRAMEWORKS_DIR);
 DYLIB_INSTALL_NAME_BASE = $(NORMAL_JAVASCRIPTCORE_FRAMEWORKS_DIR);
 PRODUCT_NAME = _javascript_Core;
+
+INSTALLHDRS_SCRIPT_PHASE = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to