From 8258ad7bcf79a07ca26aab4563c5927a94b1b4c3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 11 Jul 2010 22:26:29 +0200 Subject: 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 --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 497a315..f112cdd 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -186,7 +186,7 @@ do_debug_gdb_build() { 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" -- cgit v0.10.2-6-g49f6