summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-27 01:53:18 (GMT)
committermdejong <mdejong>2001-06-27 01:53:18 (GMT)
commit544207080e881b8c182ab52bd14cf6988a7e22d1 (patch)
tree8f62724c052c4b21e0996ff6f523b09144eba78a /ChangeLog
parenteffafed363f9f283c32c0006ee0d244e84a57797 (diff)
downloadtcl-544207080e881b8c182ab52bd14cf6988a7e22d1.zip
tcl-544207080e881b8c182ab52bd14cf6988a7e22d1.tar.gz
tcl-544207080e881b8c182ab52bd14cf6988a7e22d1.tar.bz2
* unix/Makefile.in:
* win/Makefile.in: Add `make shell` target. This target will set the proper env vars before invoking tclsh from the build directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9b70b5..803fb49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-06-26 Mo DeJong <mdejong@redhat.com>
+ * unix/Makefile.in:
+ * win/Makefile.in: Add `make shell` target. This target
+ will set the proper env vars before invoking tclsh
+ from the build directory.
+
+2001-06-26 Mo DeJong <mdejong@redhat.com>
+
* win/Makefile.in: Use : to separate VPATH entries. This
works for both Cygwin builds and cross builds, the VPSEP
variable is simply unneeded complexity.