From b46e20d3a0197fe9682e14792ea1d11b90116a92 Mon Sep 17 00:00:00 2001 From: "mrowe@apple.com" Date: Wed, 7 Mar 2012 10:11:47 +0000 Subject: [PATCH] Teach make to build WTF. .: * Source/Makefile: Source/WTF: * Makefile: Added. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110038 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 6 ++++++ Source/Makefile | 2 +- Source/WTF/ChangeLog | 6 ++++++ Source/WTF/Makefile | 1 + 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Source/WTF/Makefile diff --git a/ChangeLog b/ChangeLog index 11e469f6cf51..a6ec204014e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-07 Mark Rowe + + Teach make to build WTF. + + * Source/Makefile: + 2012-03-06 Raphael Kubo da Costa [CMake] Make the removal of transitive library dependencies work with CMake < 2.8.7. diff --git a/Source/Makefile b/Source/Makefile index 522739330dbf..258c2f2e7705 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -1,4 +1,4 @@ -MODULES = JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2 +MODULES = WTF JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2 all: @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \ diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog index 3004dd46a1d3..74baacc8ba41 100644 --- a/Source/WTF/ChangeLog +++ b/Source/WTF/ChangeLog @@ -1,3 +1,9 @@ +2012-03-07 Mark Rowe + + Teach make to build WTF. + + * Makefile: Added. + 2012-02-11 Filip Pizlo It should be possible to send all JSC debug logging to a file diff --git a/Source/WTF/Makefile b/Source/WTF/Makefile new file mode 100644 index 000000000000..cb4c11a57c67 --- /dev/null +++ b/Source/WTF/Makefile @@ -0,0 +1 @@ +include ../Makefile.shared -- 2.36.0