diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-10-31 19:06:30 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-01 16:39:54 +0100 |
commit | a626bdd56d7116efa57e65403ad51b56657148c3 (patch) | |
tree | f48fac9d3e2fe327b59f10c1229eb43a2c3858da /i18npool | |
parent | 4bd701a306c8068911203f976145adc717f015d2 (diff) |
gbuild: rename value OS=IOS to OS=iOS
This gets rid of the horrible hack in gbuild.mk to accomodate the
case-incorrect iOS platform makefiles that cannot be renamed without
upsetting git on file systems that sadly lack the case sensitivity
feature.
Keep the macro defined to IOS though.
Change-Id: I1022bfef4900da00e75fc1ccce786b20f8673234
Reviewed-on: https://gerrit.libreoffice.org/62705
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CustomTarget_breakiterator.mk | 2 | ||||
-rw-r--r-- | i18npool/Executable_gendict.mk | 2 | ||||
-rw-r--r-- | i18npool/Module_i18npool.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk index 5c505c322c50..560906ea90aa 100644 --- a/i18npool/CustomTarget_breakiterator.mk +++ b/i18npool/CustomTarget_breakiterator.mk @@ -11,7 +11,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,i18npool/breakiterator)) i18npool_BIDIR := $(call gb_CustomTarget_get_workdir,i18npool/breakiterator) -ifeq ($(OS),IOS) +ifeq ($(OS),iOS) $(call gb_CustomTarget_get_target,i18npool/breakiterator) : \ $(i18npool_BIDIR)/dict_ja.data $(i18npool_BIDIR)/dict_zh.data $(i18npool_BIDIR)/OpenOffice_dat.c diff --git a/i18npool/Executable_gendict.mk b/i18npool/Executable_gendict.mk index 9b183aa0814c..56d0927085ee 100644 --- a/i18npool/Executable_gendict.mk +++ b/i18npool/Executable_gendict.mk @@ -14,7 +14,7 @@ $(eval $(call gb_Executable_use_libraries,gendict,\ )) ifeq ($(gb_Side),build) -ifneq ($(shell grep OS=IOS $(BUILDDIR)/config_host.mk),) +ifneq ($(shell grep OS=iOS $(BUILDDIR)/config_host.mk),) $(eval $(call gb_Executable_add_cxxflags,gendict,\ -DDICT_JA_ZH_IN_DATAFILE \ )) diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk index 022d053a6f50..0e1f5e6cef72 100644 --- a/i18npool/Module_i18npool.mk +++ b/i18npool/Module_i18npool.mk @@ -16,7 +16,7 @@ $(eval $(call gb_Module_add_targets,i18npool,\ CustomTarget_localedata \ CustomTarget_textconversion \ Library_collator_data \ - $(if $(filter-out IOS,$(OS)), \ + $(if $(filter-out iOS,$(OS)), \ Library_dict_ja \ Library_dict_zh) \ Library_i18npool \ |