Skip to content

Commit

Permalink
show progress while clonning submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Osman Karaketir <[email protected]>
  • Loading branch information
karaketir16 authored and cmuellner committed Aug 15, 2024
1 parent 121fdd2 commit f42ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ endif
$(srcdir)/%/.git:
cd $(srcdir) && \
flock `git rev-parse --git-dir`/config git submodule init $(dir $@) && \
flock `git rev-parse --git-dir`/config git submodule update $(dir $@)
flock `git rev-parse --git-dir`/config git submodule update --progress $(dir $@)

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

0 comments on commit f42ee80

Please sign in to comment.