From 79243c2f8df520a9e6743e224dbfe111a600c036 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 30 Oct 2012 00:23:51 +0100 Subject: 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" diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 22fcfec..6c76334 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -357,15 +357,6 @@ do_debug_gdb_build() { unset ac_cv_func_strncmp_works - # GDB on Mingw depends on PDcurses, not ncurses - if [ "${CT_MINGW32}" != "y" ]; then - CT_DoLog EXTRA "Cleaning up ncurses" - cd "${CT_BUILD_DIR}/build-ncurses" - CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" uninstall - - CT_DoExecLog DEBUG rm -rf "${CT_BUILD_DIR}/ncurses" - fi - CT_EndStep # native gdb build fi -- cgit v0.10.2-6-g49f6