Skip to content
Snippets Groups Projects
Commit 3d264953 authored by wlott's avatar wlott
Browse files

Copy cmu-site as cmu-site instead of site-init.

parent 0129125c
No related branches found
No related tags found
No related merge requests found
#!/bin/csh -fx #!/bin/csh -fx
# #
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/inst-lisp,v 1.5 1993/08/15 14:40:00 wlott Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/inst-lisp,v 1.6 1993/08/15 14:41:56 wlott Exp $
# #
# Utility for installing an alpha core. # Utility for installing an alpha core.
# #
...@@ -17,6 +17,5 @@ set dst = /afs/cs/project/clisp-3/alphas/@sys ...@@ -17,6 +17,5 @@ set dst = /afs/cs/project/clisp-3/alphas/@sys
rm -f $dst/lisp $dst/lisp.core $dst/site-init.* $dst/motifd rm -f $dst/lisp $dst/lisp.core $dst/site-init.* $dst/motifd
cp -p $src/lisp/lisp $dst/lisp cp -p $src/lisp/lisp $dst/lisp
cp -p lisp.core $dst/lisp.core cp -p lisp.core $dst/lisp.core
set siteinit = "$src/code/cmu-site.*f" cp -p $src/code/cmu-site.*f $dst
cp -p $siteinit $dst/site-init.$siteinit:e
cp -p $src/motif/server/motifd $dst cp -p $src/motif/server/motifd $dst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment