[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - instsetoo_native/CustomTarget_setup.mk
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 3 19:56:55 UTC 2020
instsetoo_native/CustomTarget_setup.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 97d9eefc71900b4d5ed68c06994c3e98a22796d3
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun May 3 18:01:46 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun May 3 21:56:23 2020 +0200
setuprc has to be a .PHONY target in order to get the current git hash
Change-Id: I7962966b9e0075715e419a375c74283e2a771e01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93351
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index ea4e89b376aa..2fea8c2c7b0a 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -96,6 +96,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
) > $@
+.PHONY: $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,setup)
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,setup) :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \
More information about the Libreoffice-commits
mailing list