Backport #971 from trunk: 1.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Sep 05 11:15:28 2008 +0000 (2008-09-05)
branch1.2
changeset 840e2fc8411b54b
parent 839 2673ab8b661d
child 841 918cc0a7bd0a
Backport #971 from trunk:
Be gentle to older findutils that don't have the "{} +" construct, and simply use "{} \;" instead.

/branches/1.2/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	Fri Sep 05 11:14:47 2008 +0000
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Fri Sep 05 11:15:28 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