summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-11 20:26:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-11 20:26:29 (GMT)
commit8258ad7bcf79a07ca26aab4563c5927a94b1b4c3 (patch)
tree3a2439f725dcad87a5af8306a3dce587aa48e95b
parenteec696451e4428f5578990379faa97eb59678864 (diff)
debug/gdb: properly remove build tic
tic is isntalled in buildtools, not in the toolchain's bin dir. Plus, it may have an extension...
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 1 insertions, 1 deletions
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"