[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-02-9-g3c01fb6
Raymond Toy
rtoy at common-lisp.net
Wed Feb 8 02:49:21 UTC 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 3c01fb6b269b50be99225257db1244346334b938 (commit)
from 393bee0d7c4b52a32ea996d48004e4ce6f1299b8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3c01fb6b269b50be99225257db1244346334b938
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Feb 7 18:48:56 2012 -0800
Oops. Remove the set -x/set +x lines from the last commit.
diff --git a/bin/build.sh b/bin/build.sh
index 5eb2a5b..276272d 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -108,7 +108,6 @@ esac
buildit ()
{
- set -x
if echo $INTERACTIVE_BUILD | grep $BUILD > /dev/null; then
INTERACTIVE=t
else
@@ -139,7 +138,6 @@ buildit ()
$TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; }
return 0;
fi
- set +x
}
FPU_MODE=
-----------------------------------------------------------------------
Summary of changes:
bin/build.sh | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list