[git] CMU Common Lisp branch master updated. snapshot-2013-04-20-gf7506dd
    Raymond Toy 
    rtoy at common-lisp.net
       
    Sat May  4 19:55:21 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  f7506ddc36c87beb770661e6f22e74807023a06a (commit)
      from  a8f7a91b07a24653205c5fd8bf896c96d181afa6 (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 f7506ddc36c87beb770661e6f22e74807023a06a
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat May 4 12:55:14 2013 -0700
    Filter out the Config.*common files from the list of lisp variants.
diff --git a/bin/create-target.sh b/bin/create-target.sh
index 7da3941..05665e6 100755
--- a/bin/create-target.sh
+++ b/bin/create-target.sh
@@ -10,7 +10,7 @@ usage() {
     echo ""
     # List possible values for lisp-variant and motif-variant
     echo "Possible LISP-VARIANTs:"
-    ( cd src/lisp/ && ls -1 Config.* ) | sed 's;^Config[.];;g' | pr -3at -o 8 || quit "Can't list lisp-variants"
+    ( cd src/lisp/ && ls -1 Config.* ) | sed 's;^Config[.];;g' | grep -v common | pr -3at -o 8 || quit "Can't list lisp-variants"
     echo "Possible MOTIF-VARIANTs:"
     ( cd src/motif/server/ && ls -1 Config.* ) | sed 's;^Config[.];;g' | pr -3at -o 8 || quit "Can't list lisp-variants"
     exit 2
-----------------------------------------------------------------------
Summary of changes:
 bin/create-target.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
-- 
CMU Common Lisp
    
    
More information about the cmucl-cvs
mailing list