[Libreoffice-commits] core.git: external/python3
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 29 08:54:39 UTC 2020
external/python3/ExternalProject_python3.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2919bc15867a53a6db79f482d9ccb86ac2663b35
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Apr 29 09:36:32 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Apr 29 10:54:08 2020 +0200
Fix gb_ExternalProject_get_state_target,python3,removeunnecessarystuff
...which had been introduced with 0f2f719ccd5544eb37d1aacb0a50c317ae963e50
"tdf#106324: Remove unnecessary test folder from LibreOfficePython framework",
but had apparently forgotten to touch the target file when done, so any make
target that would (indirectly) depend on it would keep rebuilding python3 et al.
Change-Id: I0ac3611383c82c4e91a1eaa02e4cf5db28d326fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93117
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk
index 7e320caf9bc7..91c6c1948c95 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -177,6 +177,7 @@ $(call gb_ExternalProject_get_state_target,python3,executables) : $(call gb_Exte
$(call gb_ExternalProject_get_state_target,python3,removeunnecessarystuff) : $(call gb_ExternalProject_get_state_target,python3,build)
$(call gb_Output_announce,python3 - remove the stuff we don't need to ship,build,CUS,5)
rm -rf $(python3_fw_prefix)/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/lib/python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/test
+ touch $@
endif
More information about the Libreoffice-commits
mailing list