From 6ce2c5fc08afe9bd682896310b3c8dd998855fb3 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sun, 29 Jan 2023 18:53:22 +0300 Subject: [PATCH] Restore sb-devel --- make-target-2-load.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make-target-2-load.lisp b/make-target-2-load.lisp index eb111d0c0..20ac06082 100644 --- a/make-target-2-load.lisp +++ b/make-target-2-load.lisp @@ -492,6 +492,9 @@ Please check that all strings which were not recognizable to the compiler (scan-format-control-strings) +#+sb-devel +(rename-package "COMMON-LISP" "COMMON-LISP" '("SB-XC" "CL")) + ;;; Lock internal packages #-(and sb-devel (not sb-devel-lock-packages)) @@ -511,8 +514,7 @@ Please check that all strings which were not recognizable to the compiler ;; See comments in 'readtable.lisp' (setf (readtable-base-char-preference *readtable*) :symbols) -#+sb-devel -(sb-impl::%enter-new-nicknames (find-package :cl) '("SB-XC" "CL")) + "done with warm.lisp, about to SAVE-LISP-AND-DIE" #|