# HG changeset patch # User "Yann E. MORIN" # Date 1220613328 0 # Node ID e2fc8411b54b1d8463a166abc0cc41ba61537ab0 # Parent 2673ab8b661dea53bce160f2e375febee0915c61 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(-) diff -r 2673ab8b661d -r e2fc8411b54b scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Fri Sep 05 11:14:47 2008 +0000 +++ b/scripts/build/debug/300-gdb.sh Fri Sep 05 11:15:28 2008 +0000 @@ -177,7 +177,7 @@ CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install # Building a native gdb also builds a gdbserver - find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} + 2>&1 |CT_DoLog ALL + find "${CT_DEBUG_INSTALL_DIR}" -type f -name gdbserver -exec rm -fv {} \; 2>&1 |CT_DoLog ALL unset ac_cv_func_strncmp_works