# HG changeset patch # User "Yann E. MORIN" # Date 1272572071 -7200 # Node ID 39f7fbbfaa84f88c40a19f96e6af5bd3aa1d1795 # Parent 39fce98b3747af7b249abde3e829c97080537d4b 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. diff -r 39fce98b3747 -r 39f7fbbfaa84 scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Thu Apr 29 22:12:27 2010 +0200 +++ b/scripts/build/debug/300-gdb.sh Thu Apr 29 22:14:31 2010 +0200 @@ -155,7 +155,7 @@ CT_DoExecLog ALL make ${PARALLELMFLAGS} -C progs "tic${tic_ext}" CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/bin" - CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/bin" + CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/buildtools" mkdir -p "${CT_BUILD_DIR}/build-ncurses" cd "${CT_BUILD_DIR}/build-ncurses"