From a626bdd56d7116efa57e65403ad51b56657148c3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 31 Oct 2018 19:06:30 +0100 Subject: 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 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- Repository.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 224902491c13..4b06416e6091 100644 --- a/Repository.mk +++ b/Repository.mk @@ -37,7 +37,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ helpex \ idxdict \ langsupport \ - $(if $(filter IOS,$(OS)),LibreOffice) \ + $(if $(filter iOS,$(OS)),LibreOffice) \ libtest \ lngconvex \ localize \ @@ -62,7 +62,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ unoidl-read \ unoidl-write \ xrmex \ - $(if $(filter-out ANDROID IOS WNT,$(OS)), \ + $(if $(filter-out ANDROID iOS WNT,$(OS)), \ svdemo \ fftester \ svptest \ @@ -141,7 +141,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \ $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \ $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \ $(call gb_Helper_optional,FUZZERS,sftfuzzer) \ - $(if $(filter-out ANDROID HAIKU IOS MACOSX WNT,$(OS)),oosplash) \ + $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \ soffice_bin \ $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \ $(if $(filter WNT,$(OS)), \ -- cgit