Title: [110038] trunk
- Revision
- 110038
- Author
- mr...@apple.com
- Date
- 2012-03-07 02:11:47 -0800 (Wed, 07 Mar 2012)
Log Message
Teach make to build WTF.
.:
* Source/Makefile:
Source/WTF:
* Makefile: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/ChangeLog (110037 => 110038)
--- trunk/ChangeLog 2012-03-07 09:39:56 UTC (rev 110037)
+++ trunk/ChangeLog 2012-03-07 10:11:47 UTC (rev 110038)
@@ -1,3 +1,9 @@
+2012-03-07 Mark Rowe <mr...@apple.com>
+
+ Teach make to build WTF.
+
+ * Source/Makefile:
+
2012-03-06 Raphael Kubo da Costa <k...@profusion.mobi>
[CMake] Make the removal of transitive library dependencies work with CMake < 2.8.7.
Modified: trunk/Source/Makefile (110037 => 110038)
--- trunk/Source/Makefile 2012-03-07 09:39:56 UTC (rev 110037)
+++ trunk/Source/Makefile 2012-03-07 10:11:47 UTC (rev 110038)
@@ -1,4 +1,4 @@
-MODULES = _javascript_Core ThirdParty/ANGLE WebCore WebKit WebKit2
+MODULES = WTF _javascript_Core ThirdParty/ANGLE WebCore WebKit WebKit2
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
Modified: trunk/Source/WTF/ChangeLog (110037 => 110038)
--- trunk/Source/WTF/ChangeLog 2012-03-07 09:39:56 UTC (rev 110037)
+++ trunk/Source/WTF/ChangeLog 2012-03-07 10:11:47 UTC (rev 110038)
@@ -1,3 +1,9 @@
+2012-03-07 Mark Rowe <mr...@apple.com>
+
+ Teach make to build WTF.
+
+ * Makefile: Added.
+
2012-02-11 Filip Pizlo <fpi...@apple.com>
It should be possible to send all JSC debug logging to a file
Added: trunk/Source/WTF/Makefile (0 => 110038)
--- trunk/Source/WTF/Makefile (rev 0)
+++ trunk/Source/WTF/Makefile 2012-03-07 10:11:47 UTC (rev 110038)
@@ -0,0 +1 @@
+include ../Makefile.shared
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes