1.0.36.11: Make slam.sh work on Win32.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Mon, 1 Mar 2010 16:51:17 +0000 (16:51 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Mon, 1 Mar 2010 16:51:17 +0000 (16:51 +0000)
  * This is just a matter of changing the userinit and sysinit to
    version.lisp-expr like was done back when for make.sh.

NEWS
slam.sh
version.lisp-expr

diff --git a/NEWS b/NEWS
index 4f95560..52952f6 100644 (file)
--- 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 (file)
--- 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"
index 710a0b4..1046f14 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.36.10"
+"1.0.36.11"