summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstwo@users.sourceforge.net <stwo>2010-12-17 23:51:46 (GMT)
committerstwo@users.sourceforge.net <stwo>2010-12-17 23:51:46 (GMT)
commit9b317ecffc1db1a1f313201dbaa480efe444f17f (patch)
tree9f673d5609b89bff717457b687f269fcfb0c38fe /unix
parentea4778170db219d9ffe6f723d660460843faeca5 (diff)
downloadtcl-9b317ecffc1db1a1f313201dbaa480efe444f17f.zip
tcl-9b317ecffc1db1a1f313201dbaa480efe444f17f.tar.gz
tcl-9b317ecffc1db1a1f313201dbaa480efe444f17f.tar.bz2
Remove unwanted/obsolete 'ddd' target.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in10
1 files changed, 1 insertions, 9 deletions
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@