]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
improve looks like hang up when first time execute make git-submodule (#3846)
authorleico <yoshitaka_12@iamas.ac.jp>
Mon, 10 Sep 2018 23:21:54 +0000 (08:21 +0900)
committerskullydazed <skullydazed@users.noreply.github.com>
Mon, 10 Sep 2018 23:21:54 +0000 (16:21 -0700)
Makefile

index 0dd77d403ef41b9c39ae26797de82fb3eea3b1e8..45e47c003710b7d568bf504d8a7653db1c7efe1f 100644 (file)
--- 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