[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-01-14-gf91f2a2
Raymond Toy
rtoy at common-lisp.net
Sat Jan 28 16:30:59 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 f91f2a2e37bd0737457d212c6ef0733bd2b15753 (commit)
from baacae3ab460cede766d18a3bb95e774997ddd60 (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 f91f2a2e37bd0737457d212c6ef0733bd2b15753
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Sat Jan 28 08:30:38 2012 -0800
Oops. load-world.sh is in bin, not src/tools now.
diff --git a/bin/cross-build-world.sh b/bin/cross-build-world.sh
index 58e210e..7623e67 100755
--- a/bin/cross-build-world.sh
+++ b/bin/cross-build-world.sh
@@ -132,5 +132,5 @@ fi
if [ "$LOAD_KERNEL" = "yes" ]; then
echo Load kernel.core
- src/tools/load-world.sh -p $TARGET cross-compiled
+ bin/load-world.sh -p $TARGET cross-compiled
fi
-----------------------------------------------------------------------
Summary of changes:
bin/cross-build-world.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list