Beautify final output.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Aug 07 07:52:09 2008 +0000 (2008-08-07)
changeset 7629d85c3a08033
parent 761 c3ba0e8a4b32
child 763 f078be5961ec
Beautify final output.

/trunk/scripts/crosstool.sh | 7 4 3 0 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Wed Aug 06 07:33:07 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Thu Aug 07 07:52:09 2008 +0000
     1.3 @@ -34,7 +34,7 @@
     1.4  CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
     1.5  
     1.6  # renice oursleves
     1.7 -renice ${CT_NICE} $$ |CT_DoLog DEBUG
     1.8 +CT_DoExecLog DEBUG renice ${CT_NICE} $$
     1.9  
    1.10  CT_DoStep DEBUG "Dumping crosstool-NG configuration"
    1.11  cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG
    1.12 @@ -419,6 +419,8 @@
    1.13          prev_step="${step}"
    1.14      done
    1.15  
    1.16 +    CT_DoLog INFO "================================================================="
    1.17 +
    1.18      CT_DoLog DEBUG "Removing access to the build system tools"
    1.19      find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
    1.20      find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
    1.21 @@ -433,7 +435,7 @@
    1.22      chmod 755 "${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate"
    1.23  
    1.24      # Create the aliases to the target tools
    1.25 -    CT_DoStep EXTRA "Creating toolchain aliases"
    1.26 +    CT_DoLog EXTRA "Creating toolchain aliases"
    1.27      CT_Pushd "${CT_PREFIX_DIR}/bin"
    1.28      for t in "${CT_TARGET}-"*; do
    1.29          if [ -n "${CT_TARGET_ALIAS}" ]; then
    1.30 @@ -446,7 +448,6 @@
    1.31          fi
    1.32      done |CT_DoLog ALL
    1.33      CT_Popd
    1.34 -    CT_EndStep
    1.35  
    1.36      # Remove the generated documentation files
    1.37      if [ "${CT_REMOVE_DOCS}" = "y" ]; then