mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.8.10.78:
Fix typo: customize-target-features.lisp-expr -> *.lisp
This commit is contained in:
parent
a7c8cdf31f
commit
5580e3ea45
6
INSTALL
6
INSTALL
|
|
@ -143,9 +143,9 @@ INSTALLING SBCL
|
|||
or extra debugging code.
|
||||
|
||||
The preferred way to do this is by creating a file
|
||||
"customize-target-features.lisp-expr", containing a lambda
|
||||
expression which is applied to the default *FEATURES* set and which
|
||||
returns the new *FEATURES* set, e.g.
|
||||
"customize-target-features.lisp", containing a lambda expression
|
||||
which is applied to the default *FEATURES* set and which returns the
|
||||
new *FEATURES* set, e.g.
|
||||
|
||||
(lambda (features)
|
||||
(flet ((enable (x)
|
||||
|
|
|
|||
|
|
@ -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.8.10.77"
|
||||
"0.8.10.78"
|
||||
|
|
|
|||
Loading…
Reference in a new issue