Skip to content

Commit a598621

Browse files
author
Dan Bernstein
committed
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. Canonical link: https://commits.webkit.org/92074@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@103773 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 4bf7648 commit a598621

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2011-12-28 Dan Bernstein <mitz@apple.com>
2+
3+
Entering "make" in Source builds only JavaScriptGlue and ANGLE
4+
https://bugs.webkit.org/show_bug.cgi?id=75318
5+
6+
Reviewed by Anders Carlsson.
7+
8+
* Makefile: Changed to make Source and Tools.
9+
* Source/Makefile: Changed to make all projects in Source.
10+
111
2011-12-27 Kentaro Hara <haraken@chromium.org>
212

313
WIP: Enable the [Supplemental] IDL on Gtk

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MODULES = Source/JavaScriptCore Source/JavaScriptGlue Source/ThirdParty/ANGLE Source/WebCore Source/WebKit Source/WebKit2 Tools
1+
MODULES = Source Tools
22

33
all:
44
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \

Source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MODULES = JavaScriptGlue ThirdParty/ANGLE
1+
MODULES = JavaScriptCore JavaScriptGlue ThirdParty/ANGLE WebCore WebKit WebKit2
22

33
all:
44
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \

0 commit comments

Comments
 (0)