mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-23 14:41:58 +00:00
improve looks like hang up when first time execute make git-submodule (#3846)
This commit is contained in:
2
Makefile
2
Makefile
@@ -578,7 +578,7 @@ lib/%:
|
|||||||
|
|
||||||
git-submodule:
|
git-submodule:
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive --progress
|
||||||
|
|
||||||
ifdef SKIP_VERSION
|
ifdef SKIP_VERSION
|
||||||
SKIP_GIT := yes
|
SKIP_GIT := yes
|
||||||
|
|||||||
Reference in New Issue
Block a user