We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121fdd2 commit f42ee80Copy full SHA for f42ee80
Makefile.in
@@ -335,7 +335,7 @@ endif
335
$(srcdir)/%/.git:
336
cd $(srcdir) && \
337
flock `git rev-parse --git-dir`/config git submodule init $(dir $@) && \
338
- flock `git rev-parse --git-dir`/config git submodule update $(dir $@)
+ flock `git rev-parse --git-dir`/config git submodule update --progress $(dir $@)
339
340
stamps/install-host-gcc: $(GCC_SRCDIR) $(GCC_SRC_GIT)
341
if test -f $</contrib/download_prerequisites && test "@NEED_GCC_EXTERNAL_LIBRARIES@" = "true"; then cd $< && ./contrib/download_prerequisites; fi
0 commit comments