scripts/build/tools/sstrip.sh
changeset 393 4e27d82d5c5d
parent 355 42871dce9ced
child 443 340e4684925b
     1.1 --- a/scripts/build/tools/sstrip.sh	Sun Sep 02 16:01:30 2007 +0000
     1.2 +++ b/scripts/build/tools/sstrip.sh	Sun Sep 16 08:27:37 2007 +0000
     1.3 @@ -42,9 +42,9 @@
     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 storage"
     1.8 -                cp -v "${CT_LOCAL_TARBALLS_DIR}/sstrip.c"   \
     1.9 -                      "${CT_TARBALLS_DIR}/sstrip.c"         2>&1 |CT_DoLog ALL
    1.10 +                CT_DoLog EXTRA "Using \"sstrip\" from local storage"
    1.11 +                ln -sf "${CT_LOCAL_TARBALLS_DIR}/sstrip.c"  \
    1.12 +                       "${CT_TARBALLS_DIR}/sstrip.c"        2>&1 |CT_DoLog ALL
    1.13                  return 0
    1.14              fi
    1.15              CT_Pushd "${CT_TARBALLS_DIR}"