# HG changeset patch # User "Yann E. MORIN" # Date 1179090776 0 # Node ID cd964565a38a3b91f2d7086cf7b9cee11bcf284f # Parent 1159b1384a784e56ecae981901db9e4512000bf6 Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-( diff -r 1159b1384a78 -r cd964565a38a scripts/crosstool.sh --- a/scripts/crosstool.sh Sun May 13 21:11:54 2007 +0000 +++ b/scripts/crosstool.sh Sun May 13 21:12:56 2007 +0000 @@ -30,9 +30,6 @@ # Log to a temporary file until we have built our environment CT_ACTUAL_LOG_FILE="${CT_TOP_DIR}/$$.log" -# CT_TOP_DIR should be an absolute path. -CT_TOP_DIR="`CT_MakeAbsolutePath \"${CT_TOP_DIR}\"`" - # Parse the configuration file CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config" . "${CT_TOP_DIR}/.config"