Skip to content

Commit f42ee80

Browse files
karaketir16cmuellner
authored andcommitted
show progress while clonning submodules
Signed-off-by: Osman Karaketir <[email protected]>
1 parent 121fdd2 commit f42ee80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ endif
335335
$(srcdir)/%/.git:
336336
cd $(srcdir) && \
337337
flock `git rev-parse --git-dir`/config git submodule init $(dir $@) && \
338-
flock `git rev-parse --git-dir`/config git submodule update $(dir $@)
338+
flock `git rev-parse --git-dir`/config git submodule update --progress $(dir $@)
339339

340340
stamps/install-host-gcc: $(GCC_SRCDIR) $(GCC_SRC_GIT)
341341
if test -f $</contrib/download_prerequisites && test "@NEED_GCC_EXTERNAL_LIBRARIES@" = "true"; then cd $< && ./contrib/download_prerequisites; fi

0 commit comments

Comments
 (0)