scripts/crosstool.sh
changeset 137 927533f2b278
parent 136 22b5ef41df97
child 143 420f814f1871
     1.1 --- a/scripts/crosstool.sh	Sun May 27 20:22:06 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Sun May 27 20:23:41 2007 +0000
     1.3 @@ -451,6 +451,7 @@
     1.4  
     1.5      CT_DoLog EXTRA "Removing access to the build system tools"
     1.6      find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
     1.7 +    find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_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  fi
    1.10