/[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.35 by edhill, Thu Nov 13 22:03:39 2003 UTC revision 1.36 by edhill, Fri Nov 14 02:48:18 2003 UTC
# Line 864  EXECUTABLE=${EXECUTABLE:-mitgcmuv} Line 864  EXECUTABLE=${EXECUTABLE:-mitgcmuv}
864  #  they appear as regular source code  #  they appear as regular source code
865  if test -r $ROOTDIR"/eesupp/src/Makefile" ; then  if test -r $ROOTDIR"/eesupp/src/Makefile" ; then
866      echo "  Making source files in eesupp from templates"      echo "  Making source files in eesupp from templates"
867      $MAKE -C $ROOTDIR"/eesupp/src/" > make_eesupp.errors 2>&1      ( cd $ROOTDIR"/eesupp/src/" && $MAKE ) > make_eesupp.errors 2>&1
868      RETVAL=$?      RETVAL=$?
869      if test "x${RETVAL}" = x0 ; then      if test "x${RETVAL}" = x0 ; then
870          rm -f make_eesupp.errors          rm -f make_eesupp.errors

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

  ViewVC Help
Powered by ViewVC 1.1.22