mirror of https://github.com/rust-lang/rust.git
configure should recursively sync submodules
This commit is contained in:
parent
f8179b6d4d
commit
2d903abeab
|
@ -583,6 +583,10 @@ then
|
|||
"${CFG_GIT}" submodule --quiet update --init --recursive
|
||||
need_ok "git failed"
|
||||
|
||||
msg "git: submodule foreach sync"
|
||||
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
|
||||
need_ok "git failed"
|
||||
|
||||
msg "git: submodule clobber"
|
||||
"${CFG_GIT}" submodule --quiet foreach --recursive git clean -dxf
|
||||
need_ok "git failed"
|
||||
|
|
Loading…
Reference in New Issue