[Libreoffice-commits] core.git: RepositoryExternal.mk
Matúš Kukan
matus.kukan at gmail.com
Wed Dec 16 13:24:55 PST 2015
RepositoryExternal.mk | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 15614c847dde4c52a4974022e5523c9c4fea856b
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sat Dec 5 07:05:37 2015 +0100
gengal: Don't depend on whole instsetoo_native_setup package
..to avoid rebuilding galleries all the time
because 'version' rc-file target is PHONY.
Instead name what exactly is needed.
Change-Id: Idf3c5a4a5b64a48ae06c46acf24e49f6a1ac2114
Reviewed-on: https://gerrit.libreoffice.org/20407
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Matúš Kukan <matus at libreoffice.org>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index cba5316..356da54 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3747,8 +3747,9 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
$(call gb_Package_get_target_for_build,postprocess_images) \
$(call gb_Package_get_target_for_build,postprocess_registry) \
- $(call gb_Package_get_target_for_build,instsetoo_native_setup_ure) \
- $(call gb_Package_get_target_for_build,instsetoo_native_setup) \
+ $(INSTROOT_FOR_BUILD)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno) \
+ $(INSTROOT_FOR_BUILD)/$(LIBO_ETC_FOLDER)/$(call gb_Helper_get_rcfile,fundamental) \
+ $(INSTROOT_FOR_BUILD)/$(LIBO_ETC_FOLDER)/$(call gb_Helper_get_rcfile,louno) \
$(INSTROOT_FOR_BUILD)/$(LIBO_URE_MISC_FOLDER)/services.rdb \
$(INSTROOT_FOR_BUILD)/$(LIBO_ETC_FOLDER)/services/services.rdb \
$(call gb_UnoApi_get_target,offapi) \
More information about the Libreoffice-commits
mailing list