0.9.13.45:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 14 Jun 2006 19:18:45 +0000 (19:18 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 14 Jun 2006 19:18:45 +0000 (19:18 +0000)
comment tweak inspired by Gisle.Salensminde message to sbcl-help

base-target-features.lisp-expr
version.lisp-expr

index 6e8a691..c6a5479 100644 (file)
@@ -7,10 +7,13 @@
 ;;;;
 ;;;; Note that the recommended way to customize the features of a
 ;;;; local build of SBCL is not to edit this file, but instead to
-;;;; tweak customize-target-features.lisp. If you define a function
-;;;; in customize-target-features.lisp, it will be used to transform
-;;;; the target features list after it's read and before it's used.
-;;;; E.g. you can use code like this:
+;;;; tweak customize-target-features.lisp. (You must create this file
+;;;; first; it is not in the SBCL distribution, and is in fact
+;;;; explicitly excluded from the distribution in places like
+;;;; .cvsignore.) If you define a function in
+;;;; customize-target-features.lisp, it will be used to transform the
+;;;; target features list after it's read and before it's used. E.g.,
+;;;; you can use code like this:
 ;;;;    (lambda (list)
 ;;;;      (flet ((enable (x) (pushnew x list))
 ;;;;             (disable (x) (setf list (remove x list))))
index b9e391a..44402d9 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.13.44"
+"0.9.13.45"