Update the download messages for sstrip.c to the same mesages used in scripts/functions.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 17 21:55:15 2007 +0000 (2007-07-17)
changeset 2785c1f3b252a0e
parent 277 4c32aa5569b2
child 279 64742bba9b86
Update the download messages for sstrip.c to the same mesages used in scripts/functions.
scripts/build/tools/sstrip.sh
     1.1 --- a/scripts/build/tools/sstrip.sh	Tue Jul 17 21:49:43 2007 +0000
     1.2 +++ b/scripts/build/tools/sstrip.sh	Tue Jul 17 21:55:15 2007 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4                  return 0
     1.5              fi
     1.6              if [ -f "${CT_LOCAL_TARBALLS_DIR}/sstrip.c" ]; then
     1.7 -                CT_DoLog EXTRA "Retrieving \"sstrip.c\" from local copy"
     1.8 +                CT_DoLog EXTRA "Retrieving \"sstrip.c\" from local storage"
     1.9                  cp -v "${CT_LOCAL_TARBALLS_DIR}/sstrip.c"   \
    1.10                        "${CT_TARBALLS_DIR}/sstrip.c"         2>&1 |CT_DoLog ALL
    1.11                  return 0
    1.12 @@ -57,7 +57,11 @@
    1.13                       |egrep '^ *8\.'                                \
    1.14                       |sed -r -e 's/^ *'${link}'\. +(.+)$/\1/;'`
    1.15              CT_DoGetFile "${rev_url}" 2>&1 |CT_DoLog ALL
    1.16 -            mv sstrip.c?* sstrip.c
    1.17 +            mv -v sstrip.c?* sstrip.c 2>&1 |CT_DoLog DEBUG
    1.18 +            if [ "${CT_SAVE_TARBALLS}" = "y" ]; then
    1.19 +                CT_DoLog EXTRA "Saving \sstrip.c\" to local storage"
    1.20 +                cp -v sstrip.c "${CT_LOCAL_TARBALLS_DIR}" 2>&1 |CT_DoLog DEBUG
    1.21 +            fi
    1.22              CT_Popd
    1.23          }
    1.24          do_tools_sstrip_extract() {