From cb4f171d477cc7c65db3367247ac36a0d4231e33 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@real-time.com>
Date: Thu, 8 Oct 2009 11:07:36 -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 f879ebd5..5f1f267a 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