From 91a66e45ee7ca13fa5274ceec9fa9de3fa6d971b Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Sun, 25 Oct 2009 14:02:35 -0500 Subject: [PATCH] Add a note about the danger of installing ASDF on SBCL. --- asdf.texinfo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/asdf.texinfo b/asdf.texinfo index 1306dc90..ecf7fe98 100644 --- a/asdf.texinfo +++ b/asdf.texinfo @@ -166,7 +166,12 @@ function: Consult your Lisp implementation's documentation for details. If ASDF doesn't come bundled with your Lisp or if you want to make sure that you have the most recent version, then you'll want -to download it from the @url{http://common-lisp.net/project/asdf/,asdf-home} website. +to download it from the +@url{http://common-lisp.net/project/asdf/,asdf-home} website. + +Note to SBCL users: you are cautioned that installing ASDF yourself may +break some SBCL contribs. We are working to provide instructions for +doing this safely. @section Loading ASDF -- GitLab