mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Remove redundant git-submodule commands in configure.
This commit is contained in:
parent
75bb92f384
commit
ce70a4afa1
1 changed files with 1 additions and 9 deletions
10
configure
vendored
10
configure
vendored
|
@ -490,7 +490,7 @@ then
|
|||
cd ${CFG_SRC_DIR}
|
||||
|
||||
msg "git: submodule sync"
|
||||
"${CFG_GIT}" submodule --quiet sync
|
||||
"${CFG_GIT}" submodule --quiet sync --recursive
|
||||
|
||||
# NB: this is just for the sake of getting the submodule SHA1 values
|
||||
# and status written into the build log.
|
||||
|
@ -498,14 +498,6 @@ then
|
|||
"${CFG_GIT}" submodule status --recursive
|
||||
|
||||
msg "git: submodule update"
|
||||
"${CFG_GIT}" submodule update --init
|
||||
need_ok "git failed"
|
||||
|
||||
msg "git: submodule foreach sync"
|
||||
"${CFG_GIT}" submodule foreach --recursive 'if test -e .gitmodules; then git submodule sync; fi'
|
||||
need_ok "git failed"
|
||||
|
||||
msg "git: submodule foreach update"
|
||||
"${CFG_GIT}" submodule update --init --recursive
|
||||
need_ok "git failed"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue