From f42ee800388bce42095bdae720539853585aaa76 Mon Sep 17 00:00:00 2001 From: Osman Karaketir Date: Wed, 14 Aug 2024 21:14:23 +0300 Subject: [PATCH] show progress while clonning submodules Signed-off-by: Osman Karaketir --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7237838443f..f9eb1e0b0c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 $