https://bugs.webkit.org/show_bug.cgi?id=75318
Reviewed by Anders Carlsson.
* Makefile: Changed to make Source and Tools.
* Source/Makefile: Changed to make all projects in Source.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@103773
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-12-28 Dan Bernstein <mitz@apple.com>
+
+ Entering "make" in Source builds only JavaScriptGlue and ANGLE
+ https://bugs.webkit.org/show_bug.cgi?id=75318
+
+ Reviewed by Anders Carlsson.
+
+ * Makefile: Changed to make Source and Tools.
+ * Source/Makefile: Changed to make all projects in Source.
+
2011-12-27 Kentaro Hara <haraken@chromium.org>
WIP: Enable the [Supplemental] IDL on Gtk
-MODULES = Source/JavaScriptCore Source/JavaScriptGlue Source/ThirdParty/ANGLE Source/WebCore Source/WebKit Source/WebKit2 Tools
+MODULES = Source Tools
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
-MODULES = JavaScriptGlue ThirdParty/ANGLE
+MODULES = JavaScriptCore JavaScriptGlue ThirdParty/ANGLE WebCore WebKit WebKit2
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \