mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 16:14:09 +00:00
scripts: on startup, also remove the buildtools dir
In case there's one lingering around (whether the previous build was successful, or failed), we have to remove the buildtools directory as well as the toochain build dir. This should also fix the case where out makeinfo wrapper calls itself recursively. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
96ab98a14b
commit
5de61c8032
@ -213,9 +213,8 @@ CT_TOOLCHAIN_ID="crosstool-${CT_VERSION} build ${CT_STAR_DATE_HUMAN} by ${CT_SYS
|
||||
CT_DoLog EXTRA "Preparing working directories"
|
||||
|
||||
# Ah! The build directory shall be eradicated, even if we restart!
|
||||
if [ -d "${CT_BUILD_DIR}" ]; then
|
||||
CT_DoForceRmdir "${CT_BUILD_DIR}"
|
||||
fi
|
||||
# Ditto for the build tools install dir
|
||||
CT_DoForceRmdir "${CT_BUILD_DIR}" "${CT_BUILDTOOLS_PREFIX_DIR}"
|
||||
|
||||
# Don't eradicate directories if we need to restart
|
||||
if [ -z "${CT_RESTART}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user