We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45165d0 commit 34590d6Copy full SHA for 34590d6
configure
@@ -1117,12 +1117,11 @@ then
1117
msg "git: submodule status"
1118
"${CFG_GIT}" submodule status --recursive
1119
1120
- # don't clobber so that our patches won't get removed
1121
- #msg "git: submodule clobber"
1122
- #"${CFG_GIT}" submodule foreach --recursive git clean -dxf
1123
- #need_ok "git failed"
1124
- #"${CFG_GIT}" submodule foreach --recursive git checkout .
1125
+ msg "git: submodule clobber"
+ "${CFG_GIT}" submodule foreach --recursive git clean -dxf
+ need_ok "git failed"
+ "${CFG_GIT}" submodule foreach --recursive git checkout .
1126
1127
cd ${CFG_BUILD_DIR}
1128
fi
0 commit comments