Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | DOn't install manifest.uuid in tclconfig, but in root |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | main |
Files: | files | file ages | folders |
SHA3-256: |
09741d43927e4567391c7cce593b975e |
User & Date: | jan.nijtmans 2022-11-17 09:41:40.084 |
Context
2023-05-12
| ||
15:43 | Make ready for 9.0 (int -> Tcl_Size) check-in: ea8f10a745 user: jan.nijtmans tags: trunk, main | |
2023-01-30
| ||
19:52 | merge trunk Leaf check-in: aac3b8a780 user: jan.nijtmans tags: medranocalvo-correct-quoting | |
2022-11-17
| ||
09:41 | DOn't install manifest.uuid in tclconfig, but in root check-in: 09741d4392 user: jan.nijtmans tags: trunk, main | |
2022-10-29
| ||
13:49 | update rules.vc check-in: 3bc72ecb5c user: jan.nijtmans tags: trunk, main | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
350 351 352 353 354 355 356 | dist: dist-clean $(srcdir)/manifest.uuid $(INSTALL_DATA_DIR) $(DIST_DIR) # TEA files $(DIST_INSTALL_DATA) $(srcdir)/Makefile.in \ $(srcdir)/aclocal.m4 $(srcdir)/configure.ac \ | | < | 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 | dist: dist-clean $(srcdir)/manifest.uuid $(INSTALL_DATA_DIR) $(DIST_DIR) # TEA files $(DIST_INSTALL_DATA) $(srcdir)/Makefile.in \ $(srcdir)/aclocal.m4 $(srcdir)/configure.ac \ $(srcdir)/manifest.uuid $(DIST_DIR)/ $(DIST_INSTALL_SCRIPT) $(srcdir)/configure $(DIST_DIR)/ $(INSTALL_DATA_DIR) $(DIST_DIR)/tclconfig $(DIST_INSTALL_DATA) $(srcdir)/tclconfig/README.txt \ $(srcdir)/tclconfig/tcl.m4 $(srcdir)/tclconfig/install-sh \ $(DIST_DIR)/tclconfig/ # Extension files $(DIST_INSTALL_DATA) \ $(srcdir)/ChangeLog \ $(srcdir)/license.terms \ |
︙ | ︙ |