debug/gdb: properly remove build tic
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 11 22:26:29 2010 +0200 (2010-07-11)
changeset 2022dc167f43e3dc
parent 2021 3e52a1510f87
child 2024 14ba919e8567
debug/gdb: properly remove build tic

tic is isntalled in buildtools, not in the toolchain's bin dir.
Plus, it may have an extension...
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Sun Jul 11 22:23:34 2010 +0200
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Sun Jul 11 22:26:29 2010 +0200
     1.3 @@ -186,7 +186,7 @@
     1.4              CT_DoExecLog ALL make install
     1.5  
     1.6              # We no longer need the temporary tic. Remove it
     1.7 -            CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/bin/tic"
     1.8 +            CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/buildtools/tic${tic_ext}"
     1.9          fi # do_ncurses
    1.10  
    1.11          CT_DoLog EXTRA "Configuring native gdb"