mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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:
parent
f5fcb637f2
commit
c22ea074a0
3
make.sh
3
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue