diff -r 22b5ef41df97 -r 927533f2b278 scripts/crosstool.sh --- a/scripts/crosstool.sh Sun May 27 20:22:06 2007 +0000 +++ b/scripts/crosstool.sh Sun May 27 20:23:41 2007 +0000 @@ -451,6 +451,7 @@ CT_DoLog EXTRA "Removing access to the build system tools" find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG + find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG fi