diff options
| author | andreask@activestate.com <andreas_kupries> | 2009-10-23 19:22:23 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2009-10-23 19:22:23 (GMT) |
| commit | f7543cc828090868c41a5f351e3343f8f0d9bca1 (patch) | |
| tree | 06a53eaf276d5dce4aec2fd1af20345898c44e43 /unix | |
| parent | 409ff4836a210bed7c8f726a0ad67c4a51a8b13c (diff) | |
| download | tcl-f7543cc828090868c41a5f351e3343f8f0d9bca1.zip tcl-f7543cc828090868c41a5f351e3343f8f0d9bca1.tar.gz tcl-f7543cc828090868c41a5f351e3343f8f0d9bca1.tar.bz2 | |
* library/platform/pkgIndex.tcl: Backported the platform packages
* library/platform/platform.tcl: from head and8.5 into the 8.4
* library/platform/shell.tcl: branch. Updated makefiles to install
* unix/Makfile.in: the packages.
* win/Makefile.in:
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b7cabd4..5815ed4 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.121.2.28 2008/08/13 23:07:27 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.121.2.29 2009/10/23 19:22:24 andreas_kupries Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -660,7 +660,7 @@ install-libraries: libraries else true; \ fi; \ done; - @for i in http2.5 http1.0 opt0.4 encoding msgcat1.3 tcltest2.2; \ + @for i in platform http2.5 http1.0 opt0.4 encoding msgcat1.3 tcltest2.2; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ @@ -684,6 +684,11 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ done; + @echo "Installing library platform directory"; + @for j in $(TOP_DIR)/library/platform/*.tcl ; \ + do \ + $(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/platform; \ + done; @echo "Installing library http1.0 directory"; @for j in $(TOP_DIR)/library/http1.0/*.tcl ; \ do \ |
