diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-05-22 17:21:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-23 10:18:48 +0200 |
commit | fe3fb5ecd3b66e32cc5aa64a2afffa572353740e (patch) | |
tree | d7b220ff31d97e4f5c12fad03f466f6210e76c46 /Makefile.fetch | |
parent | 04e27df3c162f1df02f061b94434a38d1eaa3a46 (diff) |
Makefile: try to fix downloading externals for build platform
When cross-compiling, it's possible that an external is only used on
the build platform and not the host platform. Attempt to fix this by
invoking "make fetch" twice; it looks like this should not be
combined with the exising "build-tools" invocation because that needs to
be delayed until everything is fetched.
Change-Id: I42626a30359d54dce3c0a5a8ea07045c099cea59
Reviewed-on: https://gerrit.libreoffice.org/37912
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 3b0cf56facd6..25c77f5a02cd 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -96,7 +96,7 @@ endef download: $(WORKDIR)/download -$(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch +$(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch -@mkdir -p $(TARFILE_LOCATION)/tmp @date >> $(fetch_LOGFILE) $(foreach item, \ |