Skip to content

Commit 876408c

Browse files
author
Dave Huseby
committed
restore the clobber behavior during config
1 parent 91d5ce0 commit 876408c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

configure

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,12 +1117,11 @@ then
11171117
msg "git: submodule status"
11181118
"${CFG_GIT}" submodule status --recursive
11191119

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-
#need_ok "git failed"
1120+
msg "git: submodule clobber"
1121+
"${CFG_GIT}" submodule foreach --recursive git clean -dxf
1122+
need_ok "git failed"
1123+
"${CFG_GIT}" submodule foreach --recursive git checkout .
1124+
need_ok "git failed"
11261125

11271126
cd ${CFG_BUILD_DIR}
11281127
fi

0 commit comments

Comments
 (0)