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

Install internals.h and moved the place things get installed.

Also install the startup code as cmucl
parent 80be4b01
No related branches found
No related tags found
No related merge requests found
#!/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
......
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