diff options
author | Eike Rathke <erack@redhat.com> | 2017-05-15 18:15:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-15 18:19:15 +0200 |
commit | d29557b7efacbe0c201dfb7f8a121f558946b6a9 (patch) | |
tree | 24964edcf70901ad8d76b2242741e76f312da88a /i18npool | |
parent | 32cb3760a9d7742763fc8610db01689fdb719780 (diff) |
Use genbrk -i data include directory only if not SYSTEM_ICU
Change-Id: I8dc2f9a6ac2ad1ceec2d5e77ff547f929fa32861
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CustomTarget_breakiterator.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk index 11c07fe598b6..b9297ec13259 100644 --- a/i18npool/CustomTarget_breakiterator.mk +++ b/i18npool/CustomTarget_breakiterator.mk @@ -87,7 +87,9 @@ $(i18npool_BIDIR)/%_brk.c : $(i18npool_BIDIR)/%.brk $(call gb_ExternalExecutable $(i18npool_BIDIR)/%.brk : $(i18npool_BIDIR)/%.txt $(call gb_ExternalExecutable_get_dependencies,genbrk) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRK,1) $(call gb_Helper_abbreviate_dirs,\ - $(call gb_ExternalExecutable_get_command,genbrk) -i $(call gb_UnpackedTarball_get_dir,icu)/source/data/out/tmp -r $< -o $@ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null)) + $(call gb_ExternalExecutable_get_command,genbrk) \ + $(if $(SYSTEM_ICU),,-i $(call gb_UnpackedTarball_get_dir,icu)/source/data/out/tmp) \ + -r $< -o $@ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null)) # fdo#31271 ")" reclassified in more recent Unicode Standards / ICU 4.4 # * Prepend set empty as of Unicode Version 6.1 / ICU 49, which bails out if used. |