From b1e123cfb105c8599a99fcf5d44ba614d94826e1 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 27 May 1992 18:13:12 +0000 Subject: [PATCH] Changed to install the alpha core under $clisp-3 instead of directly in the release area. --- tools/inst-lisp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tools/inst-lisp b/tools/inst-lisp index 028ea6baf..ae4f5fe9e 100755 --- a/tools/inst-lisp +++ b/tools/inst-lisp @@ -1,4 +1,9 @@ #!/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 set subdir = $argv[1] @@ -7,8 +12,8 @@ else endif 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 -cp -p $src/ldb/ldb $dst/bin/lisp -cp -p lisp.core $dst/lib/lisp.core +rm -f $dst/lisp $dst/lisp.core +cp -p $src/ldb/ldb $dst/lisp +cp -p lisp.core $dst/lisp.core -- GitLab