[cmucl-cvs] [git] CMU Common Lisp branch RELEASE-20C-BRANCH updated. release-20c-base-4-g5de45b3
Raymond Toy
rtoy at common-lisp.net
Sun Oct 30 06:24:28 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, RELEASE-20C-BRANCH has been updated
via 5de45b3d05925f6eae2ebbc61526a3e54f44bbb4 (commit)
from ad210786dc3408d450e7780b3f60e0c18cef18e0 (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 5de45b3d05925f6eae2ebbc61526a3e54f44bbb4
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Sat Oct 29 23:23:49 2011 -0700
Auto-detect NetBSD.
diff --git a/tools/create-target.sh b/tools/create-target.sh
index e420f5c..d4fc614 100755
--- a/tools/create-target.sh
+++ b/tools/create-target.sh
@@ -40,6 +40,7 @@ uname_m=`uname -m 2>/dev/null`
i386) lisp_variant=x86_darwin ;;
esac
;;
+ NetBSD) lisp_variant=x86_netbsd ;;
*) quit "Unsupported OS: $uname_s";;
esac
}
-----------------------------------------------------------------------
Summary of changes:
tools/create-target.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list