diff -r 68af6b83ff7e -r c72aecd1a9ef scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Fri Oct 10 14:30:44 2008 +0000 +++ b/scripts/build/debug/300-gdb.sh Sat Jan 03 21:11:41 2009 +0000 @@ -1,12 +1,5 @@ # Build script for the gdb debug facility -do_print_filename() { - echo "gdb$(do_debug_gdb_suffix)" - if [ "${CT_GDB_NATIVE}" = "y" ]; then - echo "ncurses-${CT_NCURSES_VERSION}" - fi -} - do_debug_gdb_suffix() { case "${CT_GDB_VERSION}" in snapshot) ;;