Don't build dom/bindings as part of PARALLEL_DIRS, because that seems to parallelize it against dom/bindings/test, which is no good. No bug, r=bustage.

This commit is contained in:
Boris Zbarsky 2012-08-31 14:12:21 -04:00
parent 14df4431a5
commit 1391eebf11

View File

@ -44,7 +44,6 @@ PARALLEL_DIRS += \
apps \
base \
activities \
bindings \
battery \
browser-element \
contacts \
@ -91,6 +90,12 @@ PARALLEL_DIRS += \
$(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 += \