1.0.6.10: put --disable-debugger back where it belongs
authorNathan Froyd <froydnj@cs.rice.edu>
Fri, 1 Jun 2007 03:05:10 +0000 (03:05 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Fri, 1 Jun 2007 03:05:10 +0000 (03:05 +0000)
* it was accidentally deleted in a previous commit.

make.sh
version.lisp-expr

diff --git a/make.sh b/make.sh
index c06056e..51a36cc 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -65,7 +65,7 @@ if [ "$OSTYPE" = "cygwin" -o "$OSTYPE" = "msys" ] ; then
 else
     DEVNULL=/dev/null
 fi
-SBCL_XC_HOST="${1:-sbcl --userinit $DEVNULL --sysinit $DEVNULL}"
+SBCL_XC_HOST="${1:-sbcl --disable-debugger --userinit $DEVNULL --sysinit $DEVNULL}"
 export DEVNULL
 export SBCL_XC_HOST
 echo //SBCL_XC_HOST=\"$SBCL_XC_HOST\"
index b584e16..f8114a5 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.6.9"
+"1.0.6.10"