# HG changeset patch # User "Yann E. MORIN" # Date 1218095529 0 # Node ID 9d85c3a080331a887ef251d577f7df0a0b07706e # Parent c3ba0e8a4b321578b0962e9aa16852c4e570ca01 Beautify final output. /trunk/scripts/crosstool.sh | 7 4 3 0 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff -r c3ba0e8a4b32 -r 9d85c3a08033 scripts/crosstool.sh --- a/scripts/crosstool.sh Wed Aug 06 07:33:07 2008 +0000 +++ b/scripts/crosstool.sh Thu Aug 07 07:52:09 2008 +0000 @@ -34,7 +34,7 @@ CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}" # renice oursleves -renice ${CT_NICE} $$ |CT_DoLog DEBUG +CT_DoExecLog DEBUG renice ${CT_NICE} $$ CT_DoStep DEBUG "Dumping crosstool-NG configuration" cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG @@ -419,6 +419,8 @@ prev_step="${step}" done + CT_DoLog INFO "=================================================================" + CT_DoLog DEBUG "Removing access to the build system tools" find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG @@ -433,7 +435,7 @@ chmod 755 "${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate" # Create the aliases to the target tools - CT_DoStep EXTRA "Creating toolchain aliases" + CT_DoLog EXTRA "Creating toolchain aliases" CT_Pushd "${CT_PREFIX_DIR}/bin" for t in "${CT_TARGET}-"*; do if [ -n "${CT_TARGET_ALIAS}" ]; then @@ -446,7 +448,6 @@ fi done |CT_DoLog ALL CT_Popd - CT_EndStep # Remove the generated documentation files if [ "${CT_REMOVE_DOCS}" = "y" ]; then