[cmucl-cvs] [git] CMU Common Lisp branch dynamic-stack-alloc updated. 6cb062ff4035b266b9c430ffc4112385e35dce3c
Alex Goncharov
agoncharov at common-lisp.net
Sat Oct 8 11:32:45 UTC 2011
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 6cb062ff4035b266b9c430ffc4112385e35dce3c (commit)
from df7a92e034bde0593b71878da6ec25b83e67f696 (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 6cb062ff4035b266b9c430ffc4112385e35dce3c
Author: Alex Goncharov <alex-goncharov at comcast.net>
Date: Sat Oct 8 07:32:40 2011 -0400
Fixing setenv.lisp location
diff --git a/tools/create-target.sh b/tools/create-target.sh
index a546349..7ec3a84 100755
--- a/tools/create-target.sh
+++ b/tools/create-target.sh
@@ -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 "Failed create setenv.lisp"
-----------------------------------------------------------------------
Summary of changes:
tools/create-target.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list