From 110ebca58d7b7d64ce14b6ecd9885cf49ab4ba5d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 10 Nov 2010 17:39:25 +0000 Subject: [PATCH] 1.0.44.20: clarify meaning of make.sh --dynamic-space-size option EOM. --- make.sh | 6 +++++- version.lisp-expr | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 6dafe9f..39cf802 100755 --- a/make.sh +++ b/make.sh @@ -121,7 +121,11 @@ Options: Default prefix is: /usr/local - --dynamic-space-size= Specify default dynamic-space size. + --dynamic-space-size= Default dynamic-space size for target. + + This specifies the default dynamic-space size for the SBCL + being built. If you need to control the dynamic-space size + of the host SBCL, use the --xc-host option. If not provided, the default is platform-specific. is taken to be megabytes unless explicitly suffixed with Gb in diff --git a/version.lisp-expr b/version.lisp-expr index df49d45..08d4db6 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".) -"1.0.44.19" +"1.0.44.20" -- 1.7.10.4