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 <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit d7cbe885da
)
This commit is contained in:
parent
e3444ff546
commit
6655939884
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ help showmodules gbuildtojson:
|
||||||
$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
|
$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
|
||||||
|
|
||||||
cross-toolset: bootstrap fetch
|
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)
|
ifneq ($(OS),iOS)
|
||||||
$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch
|
$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue