summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsuresh <suresh@noemail.net>1998-11-02 19:36:54 (GMT)
committersuresh <suresh@noemail.net>1998-11-02 19:36:54 (GMT)
commit74bf9fa106033a01e314c87cf622454567753c52 (patch)
treee672e833021e83ea8e3dc17496621e8904a94255 /win
parent6b989fce8c2eee26a14e6768ae7515a0c6e9d007 (diff)
downloadtcl-74bf9fa106033a01e314c87cf622454567753c52.zip
tcl-74bf9fa106033a01e314c87cf622454567753c52.tar.gz
tcl-74bf9fa106033a01e314c87cf622454567753c52.tar.bz2
Made "install-libraries" target more silent when copying library files.
FossilOrigin-Name: 236c189a56f6f92340896b851d6cac01c42e4475
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc42
1 files changed, 21 insertions, 21 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index dd25642..25d976d 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
-# RCS: @(#) $Id: makefile.vc,v 1.19 1998/10/17 00:20:50 escoffon Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.20 1998/11/02 19:36:54 suresh Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -399,26 +399,26 @@ install-binaries: $(TCLSH)
@copy $(TCLSH) $(BIN_INSTALL_DIR)
install-libraries:
- @mkd $(LIB_INSTALL_DIR)
- @mkd $(INCLUDE_INSTALL_DIR)
- @mkd $(SCRIPT_INSTALL_DIR)
- @mkd $(SCRIPT_INSTALL_DIR)\http1.0
- @copy $(ROOT)\library\http1.0\http.tcl $(SCRIPT_INSTALL_DIR)\http1.0
- @copy $(ROOT)\library\http1.0\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\http1.0
- @mkd $(SCRIPT_INSTALL_DIR)\http2.0
- @copy $(ROOT)\library\http2.0\http.tcl $(SCRIPT_INSTALL_DIR)\http2.0
- @copy $(ROOT)\library\http2.0\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\http2.0
- @mkd $(SCRIPT_INSTALL_DIR)\opt0.1
- @copy $(ROOT)\library\opt0.1\optparse.tcl $(SCRIPT_INSTALL_DIR)\opt0.1
- @copy $(ROOT)\library\opt0.1\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\opt0.1
- @copy $(GENERICDIR)\tcl.h $(INCLUDE_INSTALL_DIR)
- @copy $(ROOT)\library\history.tcl $(SCRIPT_INSTALL_DIR)
- @copy $(ROOT)\library\init.tcl $(SCRIPT_INSTALL_DIR)
- @copy $(ROOT)\library\ldAout.tcl $(SCRIPT_INSTALL_DIR)
- @copy $(ROOT)\library\parray.tcl $(SCRIPT_INSTALL_DIR)
- @copy $(ROOT)\library\safe.tcl $(SCRIPT_INSTALL_DIR)
- @copy $(ROOT)\library\tclIndex $(SCRIPT_INSTALL_DIR)
- @copy $(ROOT)\library\word.tcl $(SCRIPT_INSTALL_DIR)
+ -@mkd $(LIB_INSTALL_DIR)
+ -@mkd $(INCLUDE_INSTALL_DIR)
+ -@mkd $(SCRIPT_INSTALL_DIR)
+ -@mkd $(SCRIPT_INSTALL_DIR)\http1.0
+ -@copy $(ROOT)\library\http1.0\http.tcl $(SCRIPT_INSTALL_DIR)\http1.0
+ -@copy $(ROOT)\library\http1.0\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\http1.0
+ -@mkd $(SCRIPT_INSTALL_DIR)\http2.0
+ -@copy $(ROOT)\library\http2.0\http.tcl $(SCRIPT_INSTALL_DIR)\http2.0
+ -@copy $(ROOT)\library\http2.0\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\http2.0
+ -@mkd $(SCRIPT_INSTALL_DIR)\opt0.1
+ -@copy $(ROOT)\library\opt0.1\optparse.tcl $(SCRIPT_INSTALL_DIR)\opt0.1
+ -@copy $(ROOT)\library\opt0.1\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\opt0.1
+ -@copy $(GENERICDIR)\tcl.h $(INCLUDE_INSTALL_DIR)
+ -@copy $(ROOT)\library\history.tcl $(SCRIPT_INSTALL_DIR)
+ -@copy $(ROOT)\library\init.tcl $(SCRIPT_INSTALL_DIR)
+ -@copy $(ROOT)\library\ldAout.tcl $(SCRIPT_INSTALL_DIR)
+ -@copy $(ROOT)\library\parray.tcl $(SCRIPT_INSTALL_DIR)
+ -@copy $(ROOT)\library\safe.tcl $(SCRIPT_INSTALL_DIR)
+ -@copy $(ROOT)\library\tclIndex $(SCRIPT_INSTALL_DIR)
+ -@copy $(ROOT)\library\word.tcl $(SCRIPT_INSTALL_DIR)
#
# Special case object file targets