From: Nikodemus Siivola Date: Wed, 18 Aug 2010 14:56:59 +0000 (+0000) Subject: 1.0.41.53: more make.sh tweakery, part N X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c22ea074a048ada3caed985e12fc71e453d0c3a7;p=sbcl.git 1.0.41.53: more make.sh tweakery, part N Aka stuff that was supposed to be in .52, but got left out. * Create output/ if necessary for saving the prefix. * Put back the semicolon that fell on the floor and rolled into a corner. Scripting is hard, dammit. --- diff --git a/make.sh b/make.sh index 37e16d9..30a91a8 100755 --- a/make.sh +++ b/make.sh @@ -70,7 +70,7 @@ do ;; --xc-host=) $optarg_ok && SBCL_XC_HOST=$optarg - ; + ;; -*) bad_option "Unknown command-line option to $0: \"$option\"" ;; @@ -156,6 +156,7 @@ echo "//Starting build: $build_started" echo "//Options: --prefix='$SBCL_PREFIX' --xc-host='$SBCL_XC_HOST'" # Save prefix for make and install.sh. +mkdir -p output echo "SBCL_PREFIX='$SBCL_PREFIX'" > output/prefix.def # FIXME: Tweak this script, and the rest of the system, to support diff --git a/version.lisp-expr b/version.lisp-expr index f657d06..9111789 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.41.52" +"1.0.41.53"