Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 66559398841e07d9b2d0120cacb70bf6c9814a36 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Fri Sep 20 16:45:46 2019 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Mon Oct 7 15:34:49 2019 +0300
Makefile comments need to start in the first column This "comment" was actually interpreted as a shell command. Sure, the "command" was a comment in shell, too, but still, quite pointless to run it. Change-Id: If5abeabb1c10d62fa90dcdaf81b3b54af958ba62 Reviewed-on: https://gerrit.libreoffice.org/79292 Reviewed-by: Tor Lillqvist <t...@collabora.com> Tested-by: Tor Lillqvist <t...@collabora.com> (cherry picked from commit d7cbe885daf2e05677b2891c920e5ff125ee15a9) diff --git a/Makefile.in b/Makefile.in index ba4b60a58b84..50b995df7499 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,7 +290,7 @@ help showmodules gbuildtojson: $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@ cross-toolset: bootstrap fetch - # fetch again in case there are externals only needed on build platform +# fetch again in case there are externals only needed on build platform ifneq ($(OS),iOS) $(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits