Changeset 103773 in webkit


Ignore:
Timestamp:
Dec 28, 2011 11:47:45 AM (12 years ago)
Author:
mitz@apple.com
Message:

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.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r103729 r103773  
     12011-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
    1112011-12-27  Kentaro Hara  <haraken@chromium.org>
    212
  • trunk/Makefile

    r75908 r103773  
    1 MODULES = Source/JavaScriptCore Source/JavaScriptGlue Source/ThirdParty/ANGLE Source/WebCore Source/WebKit Source/WebKit2 Tools
     1MODULES = Source Tools
    22
    33all:
  • trunk/Source/Makefile

    r74692 r103773  
    1 MODULES = JavaScriptGlue ThirdParty/ANGLE
     1MODULES = JavaScriptCore JavaScriptGlue ThirdParty/ANGLE WebCore WebKit WebKit2
    22
    33all:
Note: See TracChangeset for help on using the changeset viewer.