[cmucl-cvs] [git] CMU Common Lisp branch dynamic-stack-alloc updated. d452655e2ee178a879d8e3b6caaec5469d99cf2a

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, dynamic-stack-alloc has been updated via d452655e2ee178a879d8e3b6caaec5469d99cf2a (commit) from 6cb062ff4035b266b9c430ffc4112385e35dce3c (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 d452655e2ee178a879d8e3b6caaec5469d99cf2a Author: Alex Goncharov <alex-goncharov@comcast.net> Date: Sat Oct 8 07:38:31 2011 -0400 Diagnostics: consistently use Can't intead of Failed. diff --git a/tools/create-target.sh b/tools/create-target.sh index 7ec3a84..7c0854c 100755 --- a/tools/create-target.sh +++ b/tools/create-target.sh @@ -43,7 +43,7 @@ uname_m=`uname -m 2>/dev/null` *) quit "Unsupported OS: $uname_s";; esac } -[ -n "$lisp_variant" ] || quit "Failed to determine lisp_variant" +[ -n "$lisp_variant" ] || quit "Can't determine lisp_variant" [ -f src/lisp/Config.$lisp_variant ] || quit "Config.$lisp_variant not found" case $lisp_variant in @@ -107,4 +107,4 @@ echo '#error You need to run genesis (via build-world.sh) before compiling the s solaris) cat $setenv_dir/solaris-features.lisp;; *) sed "s;@@LISP@@;$lisp_variant;" $setenv_dir/unknown.lisp;; esac -) > ../setenv.lisp || quit "Failed create setenv.lisp" +) > ../setenv.lisp || quit "Can't create setenv.lisp" ----------------------------------------------------------------------- Summary of changes: tools/create-target.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- CMU Common Lisp
participants (1)
-
Alex Goncharov