From: Alastair Bridgewater Date: Mon, 1 Mar 2010 16:51:17 +0000 (+0000) Subject: 1.0.36.11: Make slam.sh work on Win32. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=371577a214ce2659c271279ad48e4c42e1c0c93e;p=sbcl.git 1.0.36.11: Make slam.sh work on Win32. * This is just a matter of changing the userinit and sysinit to version.lisp-expr like was done back when for make.sh. --- diff --git a/NEWS b/NEWS index 4f95560..52952f6 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ changes relative to sbcl-1.0.36: all x86oid platforms with :UD2-BREAKPOINTS target feature. * bug fix: Breakpoints now work when using ud2 instead of int3 as trap instruction (tested on x86oid linux with ud2-breakpoints). + * bug fix: slam.sh now works on win32. changes in sbcl-1.0.36 relative to sbcl-1.0.35: * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and diff --git a/slam.sh b/slam.sh index 8206767..7f6987f 100644 --- a/slam.sh +++ b/slam.sh @@ -80,7 +80,7 @@ case "$HOST_TYPE" in CORE="-core" ;; sbcl) LISP="sbcl" - INIT="--sysinit /dev/null --userinit /dev/null" + INIT="--sysinit version.lisp-expr --userinit version.lisp-expr" CORE="--core" ;; clisp) LISP="clisp" diff --git a/version.lisp-expr b/version.lisp-expr index 710a0b4..1046f14 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.36.10" +"1.0.36.11"