mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Merge pull request #305 from klutzy/submodule-sync
Sync submodule recursively
This commit is contained in:
commit
2570045bf1
1 changed files with 8 additions and 0 deletions
8
configure
vendored
8
configure
vendored
|
@ -368,6 +368,14 @@ then
|
|||
"${CFG_GIT}" submodule status --recursive
|
||||
|
||||
msg "git: submodule update"
|
||||
"${CFG_GIT}" submodule --quiet update --init
|
||||
need_ok "git failed"
|
||||
|
||||
msg "git: submodule foreach sync"
|
||||
"${CFG_GIT}" submodule --quiet foreach --recursive 'if test -e .gitmodules; then git submodule sync; fi'
|
||||
need_ok "git failed"
|
||||
|
||||
msg "git: submodule foreach update"
|
||||
"${CFG_GIT}" submodule --quiet update --init --recursive
|
||||
need_ok "git failed"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue