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 d52302047c19a31092fdc02ca7c29963bf4d33ec (commit) from 0609ed422540f6c3e6840c600b9aea9671475ecd (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 d52302047c19a31092fdc02ca7c29963bf4d33ec Author: Raymond Toy toy.raymond@gmail.com Date: Sun Aug 5 16:32:21 2012 -0700
Support Lion and Mountain Lion which return x86-64 for uname -m.
diff --git a/bin/make-dist.sh b/bin/make-dist.sh index b38f924..feb47a4 100755 --- a/bin/make-dist.sh +++ b/bin/make-dist.sh @@ -73,7 +73,7 @@ def_arch_os () { OS=darwin # x86 or ppc? case `uname -m` in - i386) ARCH=x86 ;; + i386|x86_64) ARCH=x86 ;; *) ARCH=ppc ;; esac ;; NetBSD)
-----------------------------------------------------------------------
Summary of changes: bin/make-dist.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive