From: leico Date: Mon, 10 Sep 2018 23:21:54 +0000 (+0900) Subject: improve looks like hang up when first time execute make git-submodule (#3846) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=2e0c63e0afcc128ae3865864d33f01a4e94ab218;p=qmk_firmware.git improve looks like hang up when first time execute make git-submodule (#3846) --- diff --git a/Makefile b/Makefile index 0dd77d403..45e47c003 100644 --- a/Makefile +++ b/Makefile @@ -578,7 +578,7 @@ lib/%: git-submodule: git submodule sync --recursive - git submodule update --init --recursive + git submodule update --init --recursive --progress ifdef SKIP_VERSION SKIP_GIT := yes