summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-25 05:22:19 (GMT)
committermdejong <mdejong>2001-11-25 05:22:19 (GMT)
commite95ab711f748cf56cc3d25728ef32841c6de9b67 (patch)
tree52daa1c7ebcc6b77dd06a74ac52ff5e7e352ef1d /unix
parentc3778545e13e2216951950fec35c2283d7ac01b4 (diff)
downloadtcl-e95ab711f748cf56cc3d25728ef32841c6de9b67.zip
tcl-e95ab711f748cf56cc3d25728ef32841c6de9b67.tar.gz
tcl-e95ab711f748cf56cc3d25728ef32841c6de9b67.tar.bz2
* unix/Makefile.in: Add comments to better describe
TCL_EXE and when it should be available. * win/Makefile.in: Add TCL_EXE variable to be used by rules like `make genstubs`. Don't set TCL_LIBRARY before running `make genstubs` since we will be running with a tclsh from the PATH not the one we build.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 485e67e..61384b7 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.88 2001/11/23 01:39:56 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.89 2001/11/25 05:22:19 mdejong Exp $
VERSION = @TCL_VERSION@
@@ -174,11 +174,11 @@ INSTALL_PROGRAM = ${INSTALL}
INSTALL_LIBRARY = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
-# The following specifies which Tcl executable to use for make targets
-# below. This can generally be 'tclsh', meaning all targets will work
-# once we have created the initial executable, but in some cases you
-# may want to use a target without having made tclsh on these sources
-# (like for make genstubs)
+# TCL_EXE is the name of a tclsh executable that is available *BEFORE*
+# running make for the first time. Certain build targets (make genstubs)
+# need it to be available on the PATH. This executable should *NOT* be
+# required just to do a normal build although it can be required to run
+# make dist.
TCL_EXE = tclsh
# The symbols below provide support for dynamic loading and shared