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

Load target:bootstrap if it's there.

parent 646ebee6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
# do-worldbuild -- script to run worldbuild
#
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/do-worldbuild,v 1.2 1991/12/13 10:32:28 wlott Exp $
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/do-worldbuild,v 1.3 1992/02/26 01:11:18 wlott Exp $
if ($#argv) then
set subdir = $argv[1]
......@@ -21,6 +21,7 @@ endif
$lisp -noinit << EOF
(setf (search-list "target:") '("$dest/" "$src/"))
(load "target:bootstrap" :if-does-not-exist nil)
(load "target:tools/setup")
(load "target:compiler/generic/genesis")
(load "target:tools/worldbuild")
......
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