[git] CMU Common Lisp branch master updated. snapshot-2013-05-18-gcc9d147

Raymond Toy rtoy at common-lisp.net
Mon May 27 16:37:31 UTC 2013


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  cc9d147df222fcc705e3d37b3327fd40de0a4dc9 (commit)
      from  6ee6333087d341cd6c716abaaaebbfbf11cb516b (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 cc9d147df222fcc705e3d37b3327fd40de0a4dc9
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Mon May 27 09:37:21 2013 -0700

    Minor corrections for the usage message.

diff --git a/bin/build.sh b/bin/build.sh
index 496d641..4aa8f24 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -75,12 +75,12 @@ usage ()
     echo '    -b d      The different build directories are named ${d}-2, ${d}-3 ${d}-4'
     echo '               If -b is not given, a suitable name based on the OS is used.' 
     echo '    -v v      Use the given string as the version.  Default is'
-    echo "               today's date"
+    echo "               based on git describe"
     echo "    -u        Don't build CLX, CLM, or Hemlock"
     echo '    -i n      Make build "n" interactive, so output is sent to *standard-output*'
     echo '               instead of the log file. "n" should be a string consisting of'
     echo '                the numbers 1, 2, or 3.'
-    echo "    -B file   Use file as a boot file.  Maybe be specified more than once"
+    echo "    -B file   Use file as a boot file.  May be be specified more than once"
     echo "               The file is relative to the bootfiles/<version> directory"
     echo '    -C [l m]  Create the build directories.  The args are what'
     echo '               you would give to create-target.sh for the lisp'

-----------------------------------------------------------------------

Summary of changes:
 bin/build.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list