Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added the tools subdirectory to the distribution |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-1-branch-old |
Files: | files | file ages | folders |
SHA1: |
065d8e45621571e79067db019e09bfe6 |
User & Date: | welch 1999-03-17 20:16:54.975 |
Original User & Date: | welch 1999-03-17 20:16:55.000 |
Context
1999-03-17
| ||
21:29 | Updated version to 8.1b3. check-in: c17edd7343 user: stanton tags: core-8-1-branch-old | |
20:16 | Created branch core-8-1-b2-synthetic Closed-Leaf check-in: 129417c8b0 user: cvs2fossil tags: core-8-1-b2-synthetic, core-8-1-b2 | |
20:16 | Added the tools subdirectory to the distribution check-in: 065d8e4562 user: welch tags: core-8-1-branch-old | |
20:16 | Updated configure to 8.1 Got the installer working. check-in: 4db2cd8e4a user: welch tags: core-8-1-branch-old | |
Changes
Changes to unix/Makefile.in.
1 2 3 4 5 6 7 | # # This file is a Makefile for Tcl. If it has the name "Makefile.in" # then it is a template for a Makefile; to generate the actual Makefile, # run "./configure", which is a configuration script generated by the # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # # This file is a Makefile for Tcl. If it has the name "Makefile.in" # then it is a template for a Makefile; to generate the actual Makefile, # run "./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.1.2.20 1999/03/17 20:16:55 welch Exp $ # Current Tcl version; used in various names. VERSION = @TCL_VERSION@ #---------------------------------------------------------------- # Things you can change to personalize the Makefile for your own |
︙ | ︙ | |||
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 | cp -p $(TOP_DIR)/mac/*.html $(DISTDIR)/mac cp -p $(TOP_DIR)/license.terms $(DISTDIR)/mac mkdir $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/*.c $(UNIX_DIR)/dltest/Makefile.in \ $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/configure.in $(UNIX_DIR)/dltest/configure \ $(UNIX_DIR)/dltest/README $(DISTDIR)/unix/dltest # # The following target can only be used for non-patch releases. Use # the "allpatch" target below for patch releases. # alldist: dist | > > > > > > > > > > > | 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 | cp -p $(TOP_DIR)/mac/*.html $(DISTDIR)/mac cp -p $(TOP_DIR)/license.terms $(DISTDIR)/mac mkdir $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/*.c $(UNIX_DIR)/dltest/Makefile.in \ $(DISTDIR)/unix/dltest cp -p $(UNIX_DIR)/dltest/configure.in $(UNIX_DIR)/dltest/configure \ $(UNIX_DIR)/dltest/README $(DISTDIR)/unix/dltest mkdir $(DISTDIR)/tools cp -p $(TOP_DIR)/tools/Makefile.in \ $(TOP_DIR)/tools/README \ $(TOP_DIR)/tools/configure \ $(TOP_DIR)/tools/configure.in \ $(TOP_DIR)/tools/*.tcl \ $(TOP_DIR)/tools/man2tcl.c \ $(TOP_DIR)/tools/tcl.wse \ $(TOP_DIR)/tools/*.bmp \ $(TOP_DIR)/tools/tcl.hpj.in \ $(DISTDIR)/tools # # The following target can only be used for non-patch releases. Use # the "allpatch" target below for patch releases. # alldist: dist |
︙ | ︙ |