Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | install-sh doesn't need to be executable. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
87a81c3d35c783a52633ee9010f40273 |
User & Date: | stu 2017-05-28 23:14:58.977 |
Context
2017-05-28
| ||
23:23 | Use INSTALL_LIBRARY to install libraries on UNIX. They will now be installed non-executable. This hopefully won't be a problem for anyone. check-in: cccc2e8c14 user: stu tags: trunk | |
23:14 | install-sh doesn't need to be executable. check-in: 87a81c3d35 user: stu tags: trunk | |
2017-05-26
| ||
22:54 | New $(DIST_INSTALL_*) macros since dist perms aren't the same as install perms. Put more files into the dist: the TODO file, the future tests, and tclconfig's ChangeLog and README.txt. Not sure if putting those files into the dist is the right thing to do but it does make the dist match the fossil checkout. check-in: 7c9d25ab2a user: stu tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
304 305 306 307 308 309 310 311 | $(srcdir)/Makefile.in $(srcdir)/pkgIndex.tcl.in \ $(DIST_DIR)/ $(DIST_INSTALL_SCRIPT) $(srcdir)/configure $(DIST_DIR)/ $(INSTALL_DATA_DIR) $(DIST_DIR)/tclconfig $(DIST_INSTALL_DATA) $(srcdir)/tclconfig/ChangeLog \ $(srcdir)/tclconfig/README.txt $(srcdir)/tclconfig/tcl.m4 \ $(DIST_DIR)/tclconfig/ | > < | 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | $(srcdir)/Makefile.in $(srcdir)/pkgIndex.tcl.in \ $(DIST_DIR)/ $(DIST_INSTALL_SCRIPT) $(srcdir)/configure $(DIST_DIR)/ $(INSTALL_DATA_DIR) $(DIST_DIR)/tclconfig $(DIST_INSTALL_DATA) $(srcdir)/tclconfig/ChangeLog \ $(srcdir)/tclconfig/README.txt $(srcdir)/tclconfig/tcl.m4 \ $(srcdir)/tclconfig/install-sh \ $(DIST_DIR)/tclconfig/ $(INSTALL_DATA_DIR) $(DIST_DIR)/doc $(DIST_INSTALL_DATA) $(srcdir)/doc/tdbc_postgres.n $(DIST_DIR)/doc/ $(INSTALL_DATA_DIR) $(DIST_DIR)/generic $(DIST_INSTALL_DATA) $(srcdir)/generic/fakepq.h $(srcdir)/generic/pqStubDefs.txt \ $(srcdir)/generic/pqStubInit.c $(srcdir)/generic/pqStubs.h \ |
︙ | ︙ |