File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -749,18 +749,18 @@ then
749
749
cd ${CFG_SRC_DIR}
750
750
751
751
msg " git: submodule sync"
752
- " ${CFG_GIT} " submodule --quiet sync
752
+ " ${CFG_GIT} " submodule sync
753
753
754
754
msg " git: submodule update"
755
- " ${CFG_GIT} " submodule --quiet update --init
755
+ " ${CFG_GIT} " submodule update --init
756
756
need_ok " git failed"
757
757
758
758
msg " git: submodule foreach sync"
759
- " ${CFG_GIT} " submodule --quiet foreach --recursive ' if test -e .gitmodules; then git submodule sync; fi'
759
+ " ${CFG_GIT} " submodule foreach --recursive ' if test -e .gitmodules; then git submodule sync; fi'
760
760
need_ok " git failed"
761
761
762
762
msg " git: submodule foreach update"
763
- " ${CFG_GIT} " submodule --quiet update --init --recursive
763
+ " ${CFG_GIT} " submodule update --init --recursive
764
764
need_ok " git failed"
765
765
766
766
# NB: this is just for the sake of getting the submodule SHA1 values
769
769
" ${CFG_GIT} " submodule status --recursive
770
770
771
771
msg " git: submodule clobber"
772
- " ${CFG_GIT} " submodule --quiet foreach --recursive git clean -dxf
772
+ " ${CFG_GIT} " submodule foreach --recursive git clean -dxf
773
773
need_ok " git failed"
774
- " ${CFG_GIT} " submodule --quiet foreach --recursive git checkout .
774
+ " ${CFG_GIT} " submodule foreach --recursive git checkout .
775
775
need_ok " git failed"
776
776
777
777
cd ${CFG_BUILD_DIR}
You can’t perform that action at this time.
0 commit comments