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.
;;
--xc-host=)
$optarg_ok && SBCL_XC_HOST=$optarg
- ;
+ ;;
-*)
bad_option "Unknown command-line option to $0: \"$option\""
;;
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
;;; 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"