/[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.11.2.2 by edhill, Wed Oct 1 19:33:01 2003 UTC revision 1.11.2.3 by edhill, Wed Oct 1 20:47:26 2003 UTC
# Line 634  fi Line 634  fi
634  source ./.pd_tmp  source ./.pd_tmp
635  rm -f ./.pd_tmp  rm -f ./.pd_tmp
636    
637    #  Search for default packages.  Note that a "$ROOTDIR/pkg/pkg_groups"
638    #  file should eventually be added so that, for convenience, one can
639    #  specify groups of packages using names like "ocean" and "atmosphere".
640  echo  -n "  checking default package list:  "  echo  -n "  checking default package list:  "
641  if test "x${PDEFAULT}" = x ; then  if test "x${PDEFAULT}" = x ; then
642        for i in "." $MODS ; do
643            if test -r $i"/packages.conf" ; then
644                    PDEFAULT=$i"/packages.conf"
645                    break
646            fi
647        done
648    fi
649    if test "x${PDEFAULT}" = x ; then
650      PDEFAULT="$ROOTDIR/pkg/pkg_default"      PDEFAULT="$ROOTDIR/pkg/pkg_default"
651  fi  fi
652  if test "x${PDEFAULT}" = xNONE ; then  if test "x${PDEFAULT}" = xNONE ; then

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.11.2.3

  ViewVC Help
Powered by ViewVC 1.1.22