# HG changeset patch # User "Yann E. MORIN" # Date 1278879989 -7200 # Node ID dc167f43e3dc6b33ac5f1ad622db9f3cc1b78848 # Parent 3e52a1510f87631d77c495bde5709ef0764846aa debug/gdb: properly remove build tic tic is isntalled in buildtools, not in the toolchain's bin dir. Plus, it may have an extension... diff -r 3e52a1510f87 -r dc167f43e3dc scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Sun Jul 11 22:23:34 2010 +0200 +++ b/scripts/build/debug/300-gdb.sh Sun Jul 11 22:26:29 2010 +0200 @@ -186,7 +186,7 @@ CT_DoExecLog ALL make install # We no longer need the temporary tic. Remove it - CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/bin/tic" + CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/buildtools/tic${tic_ext}" fi # do_ncurses CT_DoLog EXTRA "Configuring native gdb"