From f58617136cdc3c686653bbeb7891fb3d5ea451d0 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 16 Dec 1991 10:41:25 +0000
Subject: [PATCH] Load pathname instead of search-list, and load pathname and
 filesys much earlier.

---
 tools/worldbuild.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp
index 7969def1c..d13e6975c 100644
--- a/tools/worldbuild.lisp
+++ b/tools/worldbuild.lisp
@@ -48,6 +48,9 @@
     "target:compiler/globaldb"
     "target:code/pred"
 
+    "target:code/pathname"
+    "target:code/filesys"
+
     "target:code/kernel"
     "target:code/bit-bash"
     "target:code/array"
@@ -99,8 +102,6 @@
     ,@(when (string= (c:backend-name c:*backend*) "RT")
 	'("target:code/rt-vm"
 	  "target:code/rt-machdef"))
-    "target:code/filesys"
-    "target:code/search-list"
 
     "target:code/signal"
     "target:code/interr"
-- 
GitLab