From 0e869037b7cacfb2e36b19f16232f3d68090c977 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 17 Feb 1995 12:08:09 +0000
Subject: [PATCH] Install internals.h and moved the place things get installed.
 Also install the startup code as cmucl

---
 tools/inst-lisp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tools/inst-lisp b/tools/inst-lisp
index e028b964c..d0afd588b 100755
--- a/tools/inst-lisp
+++ b/tools/inst-lisp
@@ -1,6 +1,6 @@
 #!/bin/csh -fx
 #
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/inst-lisp,v 1.10 1994/11/06 22:13:24 ram Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/inst-lisp,v 1.11 1995/02/17 12:08:09 wlott Exp $
 #
 # Utility for installing CMU CL systems in the AFS release area.
 #
@@ -18,15 +18,17 @@ else
 endif
 
 set src = /afs/cs/project/clisp/build/@sys/$subdir
-set dst = /afs/cs/project/clisp-3/${destver}s/@sys
+set dst = /afs/cs/project/clisp/releases/${destver}/@sys
 
-rm -f $dst/lisp
+rm -f $dst/cmucl
 rm -f $dst/lisp.core
 rm -f $dst/site-init.*
 rm -f $dst/motifd
 rm -f $dst/spell-dictionary.bin
+rm -f $dst/internals.h
 
-cp -p $src/lisp/lisp $dst/lisp
+cp -p $src/lisp/lisp $dst/cmucl
+cp -p $src/lisp/internals.h $dst
 cp -p lisp.core $dst/lisp.core
 cp -p $src/code/cmu-site.*f $dst/site-init.fasl
 cp -p $src/motif/server/motifd $dst
-- 
GitLab