|
[Sbcl-commits] CVS: sbcl run-sbcl.sh, 1.10, 1.11 version.lisp-expr,
1.5105, 1.5106
From: Nikodemus Siivola <demoss@us...> - 2010-10-20 14:32
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11317
Modified Files:
run-sbcl.sh version.lisp-expr
Log Message:
1.0.43.79: run-sbcl.sh: print run location to stderr instead of stdout
Allows using run-sbcl.sh for jobs requiring a clean stdout.
Index: run-sbcl.sh
===================================================================
RCS file: /cvsroot/sbcl/sbcl/run-sbcl.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- run-sbcl.sh 30 Sep 2010 08:43:55 -0000 1.10
+++ run-sbcl.sh 20 Oct 2010 14:32:14 -0000 1.11
@@ -52,7 +52,7 @@
fi
if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then
- echo "(running SBCL from: $BASE)"
+ echo "(running SBCL from: $BASE)" 1>&2
SBCL_HOME="$BASE"/contrib "$BASE"/src/runtime/sbcl $ARGUMENTS "$@"
else
echo "No built SBCL here ($BASE): run 'sh make.sh' first!"
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5105
retrieving revision 1.5106
diff -u -d -r1.5105 -r1.5106
--- version.lisp-expr 20 Oct 2010 07:18:47 -0000 1.5105
+++ version.lisp-expr 20 Oct 2010 14:32:14 -0000 1.5106
@@ -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.43.78"
+"1.0.43.79"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl run-sbcl.sh, 1.10, 1.11 version.lisp-expr, 1.5105, 1.5106 | Nikodemus Siivola <demoss@us...> |