SCM Repository
[smlnj] / admin / stat-all.sh |
View of /admin/stat-all.sh
Parent Directory
|
Revision Log
Revision 2181 -
(download)
(as text)
(annotate)
Tue Nov 7 17:37:46 2006 UTC (15 years, 6 months ago) by blume
File size: 402 byte(s)
Tue Nov 7 17:37:46 2006 UTC (15 years, 6 months ago) by blume
File size: 402 byte(s)
ml-ulex and ml-antlr trees now recombined into ml-lpt
#!/bin/sh if [ $# -ge 1 ] ; then cd $1 fi gf=svn://smlnj-gforge.cs.uchicago.edu/smlnj here=`pwd` for tree in config base smlnj-lib MLRISC ml-yacc trace-debug-profile pgraph \ ckit cml eXene smlnj-c lexgen ml-burg ml-lex heap2asm nlffi \ ml-lpt do if [ -d $tree -a -d $tree/.svn ] ; then echo Checking ${tree}... cd $tree svn status cd $here fi done
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |