Be a little more explicit when the user wants to restart a non-restartable build.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jun 02 15:50:45 2007 +0000 (2007-06-02)
changeset 1533a0c06094db0
parent 152 7f74f42ef2cc
child 154 cbead170f5e7
Be a little more explicit when the user wants to restart a non-restartable build.
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Sat Jun 02 08:13:13 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Sat Jun 02 15:50:45 2007 +0000
     1.3 @@ -119,7 +119,8 @@
     1.4  if [ -n "${CT_RESTART}" -a ! -d "${CT_STATE_DIR}"  ]; then
     1.5      CT_DoLog ERROR "You asked to restart a non-restartable build"
     1.6      CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS"
     1.7 -    CT_DoLog ERROR "in the config options for the previous build"
     1.8 +    CT_DoLog ERROR "in the config options for the previous build, or the state"
     1.9 +    CT_DoLog ERROR "directoy for the previous build was deleted."
    1.10      CT_Abort "I will stop here to avoid any carnage"
    1.11  fi
    1.12