From a24be5335223baab5930ecd64c132407e3dc8e7d Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 26 Feb 1992 01:11:18 +0000
Subject: [PATCH] Load target:bootstrap if it's there.

---
 tools/do-worldbuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/do-worldbuild b/tools/do-worldbuild
index f6965596a..8c1aa731a 100755
--- a/tools/do-worldbuild
+++ b/tools/do-worldbuild
@@ -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")
-- 
GitLab