debug/gdb: remove ncurses cleanup
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Oct 30 00:23:51 2012 +0100 (2012-10-30)
changeset 30929f6e46b6dc42
parent 3091 41967d32b54e
child 3093 f5af323f7805
debug/gdb: remove ncurses cleanup

That's legacy code that was usefull when ncurses was installed
in the sysroot. Still it's not longer the case (it's installed
in a special dedicated directory), we can remove that piece of
code.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Thu Oct 11 14:39:42 2012 +1000
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Tue Oct 30 00:23:51 2012 +0100
     1.3 @@ -357,15 +357,6 @@
     1.4  
     1.5          unset ac_cv_func_strncmp_works
     1.6  
     1.7 -        # GDB on Mingw depends on PDcurses, not ncurses
     1.8 -        if [ "${CT_MINGW32}" != "y" ]; then
     1.9 -            CT_DoLog EXTRA "Cleaning up ncurses"
    1.10 -            cd "${CT_BUILD_DIR}/build-ncurses"
    1.11 -            CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" uninstall
    1.12 -
    1.13 -            CT_DoExecLog DEBUG rm -rf "${CT_BUILD_DIR}/ncurses"
    1.14 -        fi
    1.15 -
    1.16          CT_EndStep # native gdb build
    1.17      fi
    1.18