Use `cp -p' to preserve file times.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:33:49 +0000 (19:33 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:33:49 +0000 (19:33 +0000)
v7/src/swat/Makefile

index 1bad634f7a902e2840028f8c046811882d427133..2b88203369280d861fad61a6f99d9f1a3c586123 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## $Id: Makefile,v 1.2 1996/07/31 16:15:36 adams Exp $
+## $Id: Makefile,v 1.3 1997/10/07 19:33:49 adams Exp $
 ##
 ## 
 ##
@@ -37,9 +37,9 @@ install: scheme/compiled
        mkdir  $(INSTALL_DIR) $(INSTALL_DIR)/dynload \
                $(TCL_LIBRARY) $(TK_LIBRARY)
        cp $(C_LIBRARIES) $(INSTALL_DIR)/dynload
-       (cd c/tk3.2/library;     cp *.tcl tclIndex prolog.ps  $(TK_LIBRARY))
-       (cd c/tk3.2/tcl/library; cp *.tcl tclIndex  $(TCL_LIBRARY))
-       (cd scheme; cp load.scm *.com *.bci $(INSTALL_DIR))
+       (cd c/tk3.2/library;     cp -p *.tcl tclIndex prolog.ps  $(TK_LIBRARY))
+       (cd c/tk3.2/tcl/library; cp -p *.tcl tclIndex  $(TCL_LIBRARY))
+       (cd scheme; cp -p load.scm *.com *.bci demo-*.scm $(INSTALL_DIR))
        echo "Installation complete"