mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Bug 1653909 - Use the stub file for the icu data file dependencies. r=froydnj
The rules we create in the backend for generated files use a stub file for the real file generation, and we do need dependencies on that specific target for the changes in bug 1264836 to work without races. Differential Revision: https://phabricator.services.mozilla.com/D84311
This commit is contained in:
parent
b280656a9e
commit
3a2a805477
@ -182,8 +182,8 @@ toolkit/components/telemetry/export: layout/style/ServoCSSPropList.py
|
||||
toolkit/components/updateagent/target: toolkit/mozapps/update/common/target
|
||||
|
||||
ifeq ($(TARGET_ENDIANNESS),big)
|
||||
config/external/icu/data/target-objects: config/external/icu/data/icudt$(MOZ_ICU_VERSION)b.dat
|
||||
config/external/icu/data/icudt$(MOZ_ICU_VERSION)b.dat: config/external/icu/icupkg/host
|
||||
config/external/icu/data/target-objects: config/external/icu/data/$(MDDEPDIR)/icudt$(MOZ_ICU_VERSION)b.dat.stub
|
||||
config/external/icu/data/$(MDDEPDIR)/icudt$(MOZ_ICU_VERSION)b.dat.stub: config/external/icu/icupkg/host
|
||||
endif
|
||||
|
||||
ifdef ENABLE_CLANG_PLUGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user