Be gentle to older findutils that don't have the "{} +" construct, and simply use "{} \;" instead.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 01 09:15:31 2008 +0000 (2008-09-01)
changeset 8187f65fde1eb5b
parent 817 f0b281498a86
child 819 68b6534aad77
Be gentle to older findutils that don't have the "{} +" construct, and simply use "{} \;" instead.

/trunk/scripts/build/debug/300-gdb.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Sat Aug 30 15:24:28 2008 +0000
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Mon Sep 01 09:15:31 2008 +0000
     1.3 @@ -177,7 +177,7 @@
     1.4          CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install
     1.5  
     1.6          # Building a native gdb also builds a gdbserver
     1.7 -        find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} + 2>&1 |CT_DoLog ALL
     1.8 +        find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} \; 2>&1 |CT_DoLog ALL
     1.9  
    1.10          unset ac_cv_func_strncmp_works
    1.11