Skip to content
Snippets Groups Projects
Commit 00f9266e authored by ram's avatar ram
Browse files

Increase the size of the environment that we allocate.

parent a47904ea
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
# mk-lisp -- script for building full lisp cores.
#
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/mk-lisp,v 1.6 1991/07/16 17:36:59 chiles Exp $
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/mk-lisp,v 1.7 1991/10/03 13:55:08 ram Exp $
if ($#argv) then
set subdir = $argv[1]
......@@ -39,6 +39,11 @@ setenv BAZ $FOO
setenv ACK $FOO
setenv RAZ $FOO
setenv GORP $FOO
setenv BAR2 $FOO
setenv BAZ2 $FOO
setenv ACK2 $FOO
setenv RAZ2 $FOO
setenv GORP2 $FOO
echo Building lisp.core dated $version from the \`\`$subdir\'\' subdir.
......
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