From: William Harold Newman Date: Wed, 14 Jun 2006 19:18:45 +0000 (+0000) Subject: 0.9.13.45: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bcc4957521680d80cb295645deda94697e972ce7;p=sbcl.git 0.9.13.45: comment tweak inspired by Gisle.Salensminde message to sbcl-help --- diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index 6e8a691..c6a5479 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -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)))) diff --git a/version.lisp-expr b/version.lisp-expr index b9e391a..44402d9 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"