scripts/crosstool.sh
changeset 379 165d83a262f1
parent 335 f0d84f1d4c93
child 380 2f7b676c7b2f
     1.1 --- a/scripts/crosstool.sh	Wed Aug 15 16:18:35 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Fri Sep 14 17:29:39 2007 +0000
     1.3 @@ -25,12 +25,12 @@
     1.4  # It has some info about the logging facility, so include it early
     1.5  . "${CT_TOP_DIR}/.config"
     1.6  
     1.7 +# Yes! We can do full logging from now on!
     1.8 +CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
     1.9 +
    1.10  # renice oursleves
    1.11  renice ${CT_NICE} $$ |CT_DoLog DEBUG
    1.12  
    1.13 -# Yes! We can do full logging from now on!
    1.14 -CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
    1.15 -
    1.16  CT_DoStep DEBUG "Dumping crosstool-NG configuration"
    1.17  cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG
    1.18  CT_EndStep