summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuresh <suresh>1998-11-02 19:36:54 (GMT)
committersuresh <suresh>1998-11-02 19:36:54 (GMT)
commitf398200e1d23f815f17ac2cd0c4626852e7f2077 (patch)
treee672e833021e83ea8e3dc17496621e8904a94255
parentf1783c8a8a98a34e315127940b9f03f950c03b31 (diff)
downloadtcl-f398200e1d23f815f17ac2cd0c4626852e7f2077.zip
tcl-f398200e1d23f815f17ac2cd0c4626852e7f2077.tar.gz
tcl-f398200e1d23f815f17ac2cd0c4626852e7f2077.tar.bz2
Made "install-libraries" target more silent when copying library files.
-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