Differences From Artifact [df54970784]:
- File win/Makefile.in — part of check-in [b8d8018265] at 2022-02-09 22:09:07 on branch core-8-6-branch — Put back '@' (lost in previous commit) (user: jan.nijtmans size: 32117) [more...]
To Artifact [4a90b6dbb4]:
- File win/Makefile.in — part of check-in [137067079a] at 2022-04-04 11:16:27 on branch core-8-6-branch — Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 (user: jan.nijtmans size: 32117)
| ︙ | ︙ | |||
731 732 733 734 735 736 737 | $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \ done; @echo "Installing library http1.0 directory"; @for j in $(ROOT_DIR)/library/http1.0/*.tcl; \ do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; | | | | 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 | $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \ done; @echo "Installing library http1.0 directory"; @for j in $(ROOT_DIR)/library/http1.0/*.tcl; \ do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; @echo "Installing package http 2.9.6 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.6.tm"; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; @echo "Installing package msgcat 1.6.1 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.5/msgcat-1.6.1.tm"; |
| ︙ | ︙ |