scripts/crosstool.sh
changeset 422 dcc13bf07ba6
parent 403 5c2145db8f0f
child 425 548b7aa23385
     1.1 --- a/scripts/crosstool.sh	Sun Sep 23 17:18:18 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Thu Feb 14 22:34:19 2008 +0000
     1.3 @@ -397,9 +397,9 @@
     1.4      done
     1.5  
     1.6      CT_DoLog DEBUG "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_UNIQ_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
     1.9 -    find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
    1.10 +    find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
    1.11 +    find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
    1.12 +    find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
    1.13  
    1.14      # Install the /populator/
    1.15      CT_DoLog EXTRA "Installing the populate helper"