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(-)
This commit is contained in:
Yann E. MORIN" 2008-09-01 09:15:31 +00:00
parent bda3dc8943
commit 520eda92a2

View File

@ -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