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.
This commit is contained in:
Nikodemus Siivola 2010-08-18 14:56:59 +00:00
parent f5fcb637f2
commit c22ea074a0
2 changed files with 3 additions and 2 deletions

View file

@ -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

View 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"