From be291d61791f20986a04a5af0893e1a4151b5cd8 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Sun, 25 Jul 2004 18:25:16 +0000 Subject: [PATCH] Remove all package locks on setup for recompilation. When setup.lisp is loaded, we actually do want to fiddle with internal packages, so say so properly upfront. --- tools/setup.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/setup.lisp b/tools/setup.lisp index d828284db..826778f23 100644 --- a/tools/setup.lisp +++ b/tools/setup.lisp @@ -3,7 +3,7 @@ ;;; ********************************************************************** ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/setup.lisp,v 1.39 2004/06/01 23:36:07 cwang Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/setup.lisp,v 1.40 2004/07/25 18:25:16 pmai Rel $") ;;; ;;; ********************************************************************** ;;; @@ -23,6 +23,7 @@ ;; enabled upon startup from the function PACKAGE-LOCKS-INIT. (in-package "LISP") (defparameter *enable-package-locked-errors* nil) +(ext:unlock-all-packages) (define-condition genesis-c-header-file-changed (warning) ((name :initarg :name :reader genesis-c-header-file-name)) -- GitLab