debug/gdb: install tic in the buildtools directory
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 29 22:14:31 2010 +0200 (2010-04-29)
changeset 194039f7fbbfaa84
parent 1939 39fce98b3747
child 1941 591a6de0f04d
debug/gdb: install tic in the buildtools directory

'tic' is a build tool, its place is in the buildtools
directory, not in the toolchain's bin directory.
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Thu Apr 29 22:12:27 2010 +0200
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Thu Apr 29 22:14:31 2010 +0200
     1.3 @@ -155,7 +155,7 @@
     1.4          CT_DoExecLog ALL make ${PARALLELMFLAGS} -C progs "tic${tic_ext}"
     1.5  
     1.6          CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/bin"
     1.7 -        CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/bin"
     1.8 +        CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/buildtools"
     1.9  
    1.10          mkdir -p "${CT_BUILD_DIR}/build-ncurses"
    1.11          cd "${CT_BUILD_DIR}/build-ncurses"