mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1094033 part 2 - Add a "misc" parallel tier where to move parts of the libs tier that can be moved. r=gps
This commit is contained in:
parent
6353f52bb4
commit
18ccc42254
@ -129,5 +129,5 @@ _DEPRECATED_VARIABLES := \
|
||||
|
||||
$(foreach var,$(_MOZBUILD_EXTERNAL_VARIABLES) $(_DEPRECATED_VARIABLES),$(eval $(var)_FROZEN := '$($(var))'))
|
||||
|
||||
TIERS := export $(if $(COMPILE_ENVIRONMENT),compile )libs tools
|
||||
TIERS := export $(if $(COMPILE_ENVIRONMENT),compile )misc libs tools
|
||||
endif
|
||||
|
@ -319,6 +319,7 @@ class RecursiveMakeBackend(CommonBackend):
|
||||
'libs': set(),
|
||||
}
|
||||
self._no_skip = {
|
||||
'misc': set(),
|
||||
'tools': set(),
|
||||
}
|
||||
|
||||
@ -530,6 +531,7 @@ class RecursiveMakeBackend(CommonBackend):
|
||||
filters = [
|
||||
('export', parallel_filter),
|
||||
('libs', libs_filter),
|
||||
('misc', parallel_filter),
|
||||
('tools', tools_filter),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user