Overview
Comment: | (dist): update to include win/ and file.srl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8ab8bc933343ab4f95acd7d0dd781c6b |
User & Date: | hobbs2 on 2008-03-19 22:57:03 |
Other Links: | manifest | tags |
Context
2008-03-19
| ||
22:59 | not tls 1.6 tag date check-in: 10599ca96e user: hobbs2 tags: trunk | |
22:57 | (dist): update to include win/ and file.srl check-in: 8ab8bc9333 user: hobbs2 tags: trunk | |
22:49 | made more relevant for 1.6 release check-in: b9edfb2437 user: hobbs2 tags: trunk | |
Changes
Modified Makefile.in from [347efb4b97] to [8cc076f8ae].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | # # Copyright (c) 1999-2000 Ajuba Solutions. # All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # |
︙ | |||
285 286 287 288 289 290 291 | 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 | - + | distclean: clean -rm -f *.tab.c -rm -f $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log config.status COMPEXE = gzip COMPEXT = gz |
︙ | |||
313 314 315 316 317 318 319 | 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | - + + + + + | chmod 664 $(DIST_DIR)/tclconfig/tcl.m4 chmod +x $(DIST_DIR)/tclconfig/install-sh mkdir $(DIST_DIR)/tests cp -p $(srcdir)/tests/*.{tcl,test} $(DIST_DIR)/tests mkdir $(DIST_DIR)/tests/certs |
︙ |