From 43a10e654873b549029cb077f24ba016b36efe17 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Wed, 24 Sep 1997 06:19:06 +0000
Subject: [PATCH] Compile code/multi-proc.lisp and build it into the core.

---
 tools/worldbuild.lisp | 5 ++++-
 tools/worldcom.lisp   | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp
index 892307e5c..1c6b0ee65 100644
--- a/tools/worldbuild.lisp
+++ b/tools/worldbuild.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.35 1997/01/18 14:31:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.36 1997/09/24 06:19:06 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -153,6 +153,9 @@
     "target:code/debug-info"
     "target:code/debug-int"
     "target:code/debug"
+
+    ,@(when (c:backend-featurep :mp)
+	'("target:code/multi-proc"))
     ))
 
 (setf *genesis-core-name*
diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 61f3f8b03..2d1518e24 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.72 1997/01/18 14:31:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.73 1997/09/24 06:19:05 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -254,6 +254,9 @@
 (comf "target:code/remote")
 (comf "target:code/cmu-site")
 
+(when (c:backend-featurep :mp)
+  (comf "target:code/multi-proc"))
+
 (comf "target:code/setf-funs")
 (comf "target:code/exports" :proceed t)
 
-- 
GitLab