mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
14df4431a5
commit
1391eebf11
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user