[Libreoffice-commits] core.git: odk/examples
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 27 11:41:03 UTC 2020
odk/examples/DevelopersGuide/Components/Thumbs/Makefile | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 37a96d9fa4f5a6dbc7e7eabed169535cf276284e
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Sep 27 12:22:18 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Sep 27 13:40:25 2020 +0200
Fix an odk/examples dependency
ImageShrink.oxt is created in the org/openoffice/comp/test sub-make, and
CustomTarget_odk/build-examples_java had once failed for me with
> make[2]: *** No rule to make target '~/lo/core/workdir/CustomTarget/odk/build-examples_java/out/sdk/LINUXexample.out/bin/ImageShrink.oxt', needed by 'ComponentsThumbsExample'. Stop.
Change-Id: I926d0691e7eee3506d4afe2eda1a2fc873422e18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103502
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
index 95adaef3d1d5..7a7ac34f7159 100644
--- a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
+++ b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
@@ -58,6 +58,8 @@ $(SUBDIRS) :
org/openoffice/comp/test : org/openoffice/test
+$(COMP_PACKAGE): org/openoffice/comp/test
+
ComponentsThumbsExample : $(COMP_PACKAGE)
@echo --------------------------------------------------------------------------------
@echo Please use one of the following command to execute the example!
More information about the Libreoffice-commits
mailing list