/[MITgcm]/mitgcm.org/scripts/process_emails
ViewVC logotype

Diff of /mitgcm.org/scripts/process_emails

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by jmc, Tue Feb 26 21:36:23 2008 UTC revision 1.4 by jmc, Fri Feb 29 01:51:27 2008 UTC
# Line 9  Line 9 
9  #  #
10  #EOF  #EOF
11    
12  MPACKDIR=/u/u2/jmc/testing/tools_mpack  #-- build munpack if needed:
13  exe=munpack  unpck=/u/u2/jmc/testing/tools_mpack/munpack
14  unpck=$MPACKDIR/$exe  if test ! -x $unpck ; then
15     MPACKDIR=`dirname $unpck`
16  #-- update tools/mpack-1.6 dir and build munpack :   cd $MPACKDIR
17  cd $MPACKDIR   ./configure && make
 cvs -q update -P -d  
   
 bldunp=1  
 if test -x $exe ; then bldunp=0  
   if test $exe -ot CVS/Entries ; then bldunp=1 ; fi  
18  fi  fi
 if test $bldunp = 1 ; then ./configure && make ; fi  
19    
20  #-- parse emails :  #-- parse emails :
21  cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -v -a jmc@ocean.mit.edu  cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -v -a jmc@ocean.mit.edu

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22