Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor fix to dist scripts man page lint |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-1-branch-old |
Files: | files | file ages | folders |
SHA1: |
505aa70cdc19a4e4311e000a9780b9b0 |
User & Date: | stanton 1999-04-07 00:36:09.000 |
Context
1999-04-07
| ||
00:39 | * tests/httpold.test: Fixed broken test that didn't wait long enough for events to arrive. check-in: e605829c9f user: stanton tags: core-8-1-branch-old | |
00:36 | Minor fix to dist scripts man page lint check-in: 505aa70cdc user: stanton tags: core-8-1-branch-old | |
00:05 | Decreased the timeout for DDE. check-in: ef9fdecc87 user: redman 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.25 1999/04/07 00:36:09 stanton Exp $ # Current Tcl version; used in various names. VERSION = @TCL_VERSION@ #---------------------------------------------------------------- # Things you can change to personalize the Makefile for your own |
︙ | ︙ | |||
1099 1100 1101 1102 1103 1104 1105 | 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 \ | | | 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 | 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.in \ $(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. |
︙ | ︙ |