From 49bc58bd343e9e357f0073883a3830ea0ce55b78 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 5 Sep 2008 11:15:28 +0000 Subject: 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 --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 1ec6e83..2cdb5d8 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -177,7 +177,7 @@ do_debug_gdb_build() { 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 -- cgit v0.10.2-6-g49f6