Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work with ancient findutils.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 28 18:40:31 2008 +0000 (2008-01-28)
changeset 4195d4020b8d22e
parent 418 37e5c1781460
child 420 9367563bb88c
Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work with ancient findutils.
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Fri Jan 18 20:04:20 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Mon Jan 28 18:40:31 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"