diff options
| author | leico <yoshitaka_12@iamas.ac.jp> | 2018-09-11 08:21:54 +0900 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-09-10 16:21:54 -0700 |
| commit | 2e0c63e0afcc128ae3865864d33f01a4e94ab218 (patch) | |
| tree | 5a4b67c1a4abadd1bca6d61c6e68de427b50285b /Makefile | |
| parent | e11e4a91ac18862e1f23efb070859663ffc242b6 (diff) | |
| download | qmk_firmware-2e0c63e0afcc128ae3865864d33f01a4e94ab218.tar.gz qmk_firmware-2e0c63e0afcc128ae3865864d33f01a4e94ab218.zip | |
improve looks like hang up when first time execute make git-submodule (#3846)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -578,7 +578,7 @@ lib/%: | |||
| 578 | 578 | ||
| 579 | git-submodule: | 579 | git-submodule: |
| 580 | git submodule sync --recursive | 580 | git submodule sync --recursive |
| 581 | git submodule update --init --recursive | 581 | git submodule update --init --recursive --progress |
| 582 | 582 | ||
| 583 | ifdef SKIP_VERSION | 583 | ifdef SKIP_VERSION |
| 584 | SKIP_GIT := yes | 584 | SKIP_GIT := yes |
