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

Changed to install the alpha core under $clisp-3 instead of directly in the

release area.
parent 37d29bfa
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.3 1992/05/27 18:13:12 wlott Exp $
#
# Utility for installing an alpha core.
#
if ($#argv) then if ($#argv) then
set subdir = $argv[1] set subdir = $argv[1]
...@@ -7,8 +12,8 @@ else ...@@ -7,8 +12,8 @@ else
endif endif
set src = /afs/cs/project/clisp/build/@sys/$subdir set src = /afs/cs/project/clisp/build/@sys/$subdir
set dst = /afs/cs/misc/cmucl/@sys/alpha set dst = /afs/cs/project/clisp-3/alphas/@sys
rm -f $dst/bin/lisp $dst/lib/lisp.core rm -f $dst/lisp $dst/lisp.core
cp -p $src/ldb/ldb $dst/bin/lisp cp -p $src/ldb/ldb $dst/lisp
cp -p lisp.core $dst/lib/lisp.core cp -p lisp.core $dst/lisp.core
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