summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorleico <yoshitaka_12@iamas.ac.jp>2018-09-11 01:21:54 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2018-09-11 01:21:54 +0200
commit2e0c63e0afcc128ae3865864d33f01a4e94ab218 (patch)
tree5a4b67c1a4abadd1bca6d61c6e68de427b50285b /Makefile
parente11e4a91ac18862e1f23efb070859663ffc242b6 (diff)
downloadqmk_firmware-2e0c63e0afcc128ae3865864d33f01a4e94ab218.tar.gz
qmk_firmware-2e0c63e0afcc128ae3865864d33f01a4e94ab218.tar.xz
improve looks like hang up when first time execute make git-submodule (#3846)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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