Skip to content

Commit 2d903ab

Browse files
ericktbrson
authored andcommitted
configure should recursively sync submodules
1 parent f8179b6 commit 2d903ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,10 @@ then
583583
"${CFG_GIT}" submodule --quiet update --init --recursive
584584
need_ok "git failed"
585585

586+
msg "git: submodule foreach sync"
587+
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
588+
need_ok "git failed"
589+
586590
msg "git: submodule clobber"
587591
"${CFG_GIT}" submodule --quiet foreach --recursive git clean -dxf
588592
need_ok "git failed"

0 commit comments

Comments
 (0)