From a6710d01d40236c305aa2f3a764b562c12bf964c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Jun 2022 18:35:58 -0600 Subject: Makefile.inc: Notify about updating submodules There is no longer any information printed when updating submodules, so on the initial build, this can lead to a long delay without explaining what's going on. Just add an information line that the submodules are being updated so that the user can see what's happening. Signed-off-by: Martin Roth Change-Id: I987e50b99e39b976bc8367525549153e1eba69cd Reviewed-on: https://review.coreboot.org/c/coreboot/+/65322 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Elyes Haouas Reviewed-by: Felix Singer --- Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 91c32ffe1b..e76d890f69 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -191,6 +191,7 @@ ifeq ($(CONFIG_COVERAGE),y) ramstage-c-ccopts += -fprofile-arcs -ftest-coverage endif ifneq ($(UPDATED_SUBMODULES),1) +$(info Updating git submodules.) # try to fetch non-optional submodules if the source is under git forgetthis:=$(if $(GIT),$(shell git submodule update --init $(quiet_errors))) # Checkout Cmocka repository -- cgit v1.2.1