1.0.41.53: more make.sh tweakery, part N
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 18 Aug 2010 14:56:59 +0000 (14:56 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 18 Aug 2010 14:56:59 +0000 (14:56 +0000)
 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.

make.sh
version.lisp-expr

diff --git a/make.sh b/make.sh
index 37e16d9..30a91a8 100755 (executable)
--- 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
index f657d06..9111789 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".)
-"1.0.41.52"
+"1.0.41.53"