# HG changeset patch # User "Yann E. MORIN" # Date 1180799445 0 # Node ID 3a0c06094db082270dea9c2ffad3fc769433d93a # Parent 7f74f42ef2cca439c29564a48ce6c01f0f025046 Be a little more explicit when the user wants to restart a non-restartable build. diff -r 7f74f42ef2cc -r 3a0c06094db0 scripts/crosstool.sh --- a/scripts/crosstool.sh Sat Jun 02 08:13:13 2007 +0000 +++ b/scripts/crosstool.sh Sat Jun 02 15:50:45 2007 +0000 @@ -119,7 +119,8 @@ 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