/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

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

revision 1.109 by heimbach, Fri Oct 22 11:46:02 2004 UTC revision 1.110 by edhill, Wed Oct 27 18:25:05 2004 UTC
# Line 1588  EOF Line 1588  EOF
1588          PACKAGES=`echo $PACKAGES | sed -e 's/mnc//g'`          PACKAGES=`echo $PACKAGES | sed -e 's/mnc//g'`
1589          DISABLE="$DISABLE mnc"          DISABLE="$DISABLE mnc"
1590      else      else
1591          ( cd $ROOTDIR"/pkg/mnc" && $MAKE templates ) > make_mnc.errors 2>&1          ( cd $ROOTDIR"/pkg/mnc" && $MAKE testclean && $MAKE templates ) > make_mnc.errors 2>&1
1592          RETVAL=$?          RETVAL=$?
1593          if test "x${RETVAL}" = x0 ; then          if test "x${RETVAL}" = x0 ; then
1594              rm -f make_mnc.errors              rm -f make_mnc.errors

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

  ViewVC Help
Powered by ViewVC 1.1.22