forked from mirrors/qmk_firmware
improve looks like hang up when first time execute make git-submodule (#3846)
This commit is contained in:
parent
e11e4a91ac
commit
2e0c63e0af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue