From b6620722042118591eb20a1be3cb565d2518a94c Mon Sep 17 00:00:00 2001 From: stwo Date: Fri, 17 Dec 2010 23:51:46 +0000 Subject: Remove unwanted/obsolete 'ddd' target. --- ChangeLog | 4 ++++ unix/Makefile.in | 10 +--------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7cc787..c30d590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-12-17 Stuart Cassoff + * unix/Makefile.in: Remove unwanted/obsolete 'ddd' target. + +2010-12-17 Stuart Cassoff + * unix/Makefile.in: [Bug 2446711]: Remove 'allpatch' target. 2010-12-17 Stuart Cassoff diff --git a/unix/Makefile.in b/unix/Makefile.in index 555052e..892ec78 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.229.2.29 2010/12/17 21:59:03 stwo Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.229.2.30 2010/12/17 23:51:46 stwo Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -249,7 +249,6 @@ INSTALL_TZDATA = @INSTALL_TZDATA@ #-------------------------------------------------------------------------- GDB = gdb -DDD = ddd #-------------------------------------------------------------------------- # The information below should be usable as is. The configure script won't @@ -631,13 +630,6 @@ gdb: ${TCL_EXE} $(GDB) ./${TCL_EXE} --command=gdb.run rm gdb.run -# This target can be used to run tclsh inside ddd -ddd: ${TCL_EXE} - @echo "set env @LD_LIBRARY_PATH_VAR@=\"`pwd`:$${@LD_LIBRARY_PATH_VAR@}\"" > gdb.run - @echo "set env TCL_LIBRARY=${TCL_BUILDTIME_LIBRARY}" >> gdb.run - $(DDD) -command=gdb.run ./${TCL_EXE} - rm gdb.run - VALGRINDARGS=--tool=memcheck --num-callers=8 --leak-resolution=high --leak-check=yes --show-reachable=yes -v valgrind: ${TCL_EXE} tcltest@EXEEXT@ -- cgit v0.12