author | Nathan Froyd <froydnj@mozilla.com> |
Fri, 24 Aug 2012 16:02:40 -0400 | |
changeset 103321 | 544b0cbdbb094dad18947f2994a3709d95621a96 |
parent 103320 | fb4219f3723d49d9b878187d7b52b36f6a25e9c6 |
child 103322 | 258f0a5ed7f552678ee55dd15cf2cae62b1ad402 |
push id | 13942 |
push user | nfroyd@mozilla.com |
push date | Fri, 24 Aug 2012 20:06:14 +0000 |
treeherder | mozilla-inbound@544b0cbdbb09 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | khuey |
bugs | 783357 |
milestone | 17.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
dom/Makefile.in | file | annotate | diff | comparison | revisions |
--- a/dom/Makefile.in +++ b/dom/Makefile.in @@ -7,17 +7,17 @@ DEPTH = @DEPTH@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = dom -DIRS = \ +PARALLEL_DIRS = \ interfaces/base \ interfaces/canvas \ interfaces/core \ interfaces/html \ interfaces/events \ interfaces/devicestorage \ interfaces/contacts \ interfaces/settings \ @@ -32,23 +32,20 @@ DIRS = \ interfaces/xul \ interfaces/storage \ interfaces/json \ interfaces/offline \ interfaces/geolocation \ interfaces/notification \ interfaces/svg \ interfaces/smil \ - $(NULL) - -DIRS += \ interfaces/apps \ $(NULL) -DIRS += \ +PARALLEL_DIRS += \ apps \ base \ activities \ bindings \ battery \ browser-element \ contacts \ alarm \ @@ -70,24 +67,24 @@ DIRS += \ system \ ipc \ identity \ workers \ camera \ $(NULL) ifdef MOZ_B2G_RIL -DIRS += \ +PARALLEL_DIRS += \ telephony \ wifi \ $(NULL) endif ifdef MOZ_B2G_BT -DIRS += \ +PARALLEL_DIRS += \ bluetooth \ $(NULL) endif # bindings/test is here, because it needs to build after bindings/, and # we build subdirectories before ourselves. TEST_DIRS += \ tests \