summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-02 15:50:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-02 15:50:45 (GMT)
commitc3badb0b8a9b525c463ffdc05231449fc4c3c79b (patch)
treecec477c96ef96550862396b00673ab0920b3acc8
parent88b6a540e32e897cc96e1efcf54997d2c6f376a2 (diff)
Be a little more explicit when the user wants to restart a non-restartable build.
-rwxr-xr-xscripts/crosstool.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 4021f91..6c78d52 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -119,7 +119,8 @@ CT_STATE_DIR="${CT_TOP_DIR}/targets/${CT_TARGET}/state"
if [ -n "${CT_RESTART}" -a ! -d "${CT_STATE_DIR}" ]; then
CT_DoLog ERROR "You asked to restart a non-restartable build"
CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS"
- CT_DoLog ERROR "in the config options for the previous build"
+ CT_DoLog ERROR "in the config options for the previous build, or the state"
+ CT_DoLog ERROR "directoy for the previous build was deleted."
CT_Abort "I will stop here to avoid any carnage"
fi