author | Boris Zbarsky <bzbarsky@mit.edu> |
Tue, 04 Sep 2012 23:04:37 -0400 | |
changeset 104275 | 24ba2e430a6050a09368af7046cf1eb83c56c128 |
parent 104274 | 9a014a5150525330f76be4642922f4931789caa0 |
child 104276 | 35e22307b242b4f65bcfe0e4d9bc5f0b7fb3197e |
push id | 23417 |
push user | ryanvm@gmail.com |
push date | Thu, 06 Sep 2012 02:27:31 +0000 |
treeherder | mozilla-central@501f4e46a88c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 787498 |
milestone | 18.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 @@ -39,16 +39,17 @@ PARALLEL_DIRS = \ interfaces/smil \ interfaces/apps \ $(NULL) PARALLEL_DIRS += \ apps \ base \ activities \ + bindings \ battery \ browser-element \ contacts \ alarm \ devicestorage \ file \ media \ messages \ @@ -85,22 +86,16 @@ PARALLEL_DIRS += \ endif ifdef MOZ_PAY PARALLEL_DIRS += \ payment \ $(NULL) endif -# Not in PARALLEL_DIRS because we need to make sure it builds before -# bindings/test, which builds from TEST_DIRS, which gets appended to DIRS. -DIRS = \ - bindings \ - $(NULL) - # bindings/test is here, because it needs to build after bindings/, and # we build subdirectories before ourselves. TEST_DIRS += \ tests \ imptests \ bindings/test \ $(NULL)