scripts/build/internals.sh
changeset 1446 0a44fc4d6bd0
parent 1413 084d38788c1d
child 1493 0dce3a3986a1
     1.1 --- a/scripts/build/internals.sh	Thu Jun 18 18:55:07 2009 +0200
     1.2 +++ b/scripts/build/internals.sh	Sun Aug 02 20:06:44 2009 +0200
     1.3 @@ -9,9 +9,7 @@
     1.4      CT_DoStep INFO "Cleaning-up the toolchain's directory"
     1.5  
     1.6      CT_DoLog EXTRA "Removing access to the build system tools"
     1.7 -    find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
     1.8 -    find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
     1.9 -    CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/bin/makeinfo"
    1.10 +    CT_DoExecLog DEBUG rm -rf "${CT_PREFIX_DIR}/buildtools"
    1.11  
    1.12      if [ "${CT_BARE_METAL}" != "y" ]; then
    1.13          CT_DoLog EXTRA "Installing the populate helper"