X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fwarm.lisp;h=37149cf614c60b4184ac642a7f3b698ae07a0be7;hb=c0578d9893429c9c0da80ea5920360e4621fddab;hp=475377d5cbc6359bf1508c9b55630c5c8878b21f;hpb=70ea7795526d1ddc10da8999a0f0e46ef2612318;p=sbcl.git diff --git a/src/cold/warm.lisp b/src/cold/warm.lisp index 475377d..37149cf 100644 --- a/src/cold/warm.lisp +++ b/src/cold/warm.lisp @@ -65,21 +65,6 @@ ;;;; compiling and loading more of the system -(let* ((sys *default-pathname-defaults*) - (src - (merge-pathnames - (make-pathname :directory '(:relative "src" :wild-inferiors) - :name :wild :type :wild) - sys)) - (contrib - (merge-pathnames - (make-pathname :directory '(:relative "contrib" :wild-inferiors) - :name :wild :type :wild) - sys))) - (setf (logical-pathname-translations "SYS") - `(("SYS:SRC;**;*.*.*" ,src) - ("SYS:CONTRIB;**;*.*.*" ,contrib)))) - ;;; FIXME: CMU CL's pclcom.lisp had extra optional stuff wrapped around ;;; COMPILE-PCL, at least some of which we should probably have too: ;;; @@ -125,9 +110,9 @@ "SRC;PCL;DEFCLASS" "SRC;PCL;DEFS" "SRC;PCL;FNGEN" + "SRC;PCL;WRAPPER" "SRC;PCL;CACHE" "SRC;PCL;DLISP" - "SRC;PCL;DLISP2" "SRC;PCL;BOOT" "SRC;PCL;VECTOR" "SRC;PCL;SLOTS-BOOT"