[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2012-08-1-gd523020

Raymond Toy rtoy at common-lisp.net
Sun Aug 5 23:32:40 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  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 at 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
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list