diff -r f0d84f1d4c93 -r 165d83a262f1 scripts/crosstool.sh --- a/scripts/crosstool.sh Wed Aug 15 16:18:35 2007 +0000 +++ b/scripts/crosstool.sh Fri Sep 14 17:29:39 2007 +0000 @@ -25,12 +25,12 @@ # It has some info about the logging facility, so include it early . "${CT_TOP_DIR}/.config" +# Yes! We can do full logging from now on! +CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}" + # renice oursleves renice ${CT_NICE} $$ |CT_DoLog DEBUG -# Yes! We can do full logging from now on! -CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}" - CT_DoStep DEBUG "Dumping crosstool-NG configuration" cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG CT_EndStep