Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 878e48d92dedf8edd8b63a5077c92820623631f6
Author: Christian Lohmaier <[email protected]>
AuthorDate: Wed May 7 22:12:40 2025 +0200
Commit: Christian Lohmaier <[email protected]>
CommitDate: Thu May 8 15:52:42 2025 +0200
depend on cross-toolset when for foo.allbuild and foo.allcheck targets
Change-Id: I9419c28174b00e207ce1773f695074055cf1905b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185033
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/Makefile.in b/Makefile.in
index 36a81704ab88..ec27b4bc53c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -102,10 +102,10 @@ $(1).build $(1).check $(1).coverage $(foreach
target,$(gb_Top_MODULE_CHECK_TARGE
$(1).clean $(1).showdeliverables:
cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS)
$$(patsubst $(1).%,%,$$@)
-$(1).allbuild $(1).buildall: bootstrap fetch
+$(1).allbuild $(1).buildall: bootstrap fetch $(if
$(CROSS_COMPILING),cross-toolset)
$(KEEP_AWAKE_CMD) $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f
$(SRCDIR)/Makefile.gbuild $(WORKDIR)/Module/$(1)
-$(1).allcheck $(1).checkall: bootstrap fetch
+$(1).allcheck $(1).checkall: bootstrap fetch $(if
$(CROSS_COMPILING),cross-toolset)
$(KEEP_AWAKE_CMD) $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f
$(SRCDIR)/Makefile.gbuild $(WORKDIR)/Module/$(1) $(WORKDIR)/Module/check/$(1)
$(WORKDIR)/Module/slowcheck/$(1)
$(1).all: