File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -574,19 +574,23 @@ then
574
574
msg " git: submodule sync"
575
575
" ${CFG_GIT} " submodule --quiet sync
576
576
577
- # NB: this is just for the sake of getting the submodule SHA1 values
578
- # and status written into the build log.
579
- msg " git: submodule status"
580
- " ${CFG_GIT} " submodule status --recursive
581
-
582
577
msg " git: submodule update"
583
- " ${CFG_GIT} " submodule --quiet update --init --recursive
578
+ " ${CFG_GIT} " submodule --quiet update --init
584
579
need_ok " git failed"
585
580
586
581
msg " git: submodule foreach sync"
587
582
" ${CFG_GIT} " submodule --quiet foreach --recursive git submodule sync
588
583
need_ok " git failed"
589
584
585
+ msg " git: submodule foreach update"
586
+ " ${CFG_GIT} " submodule --quiet update --init --recursive
587
+ need_ok " git failed"
588
+
589
+ # NB: this is just for the sake of getting the submodule SHA1 values
590
+ # and status written into the build log.
591
+ msg " git: submodule status"
592
+ " ${CFG_GIT} " submodule status --recursive
593
+
590
594
msg " git: submodule clobber"
591
595
" ${CFG_GIT} " submodule --quiet foreach --recursive git clean -dxf
592
596
need_ok " git failed"
You can’t perform that action at this time.
0 commit comments