/[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.161 by jmc, Sun Feb 18 21:39:59 2007 UTC revision 1.162 by jmc, Sat May 5 20:18:52 2007 UTC
# Line 2029  while test "x$ck" != xtt ; do Line 2029  while test "x$ck" != xtt ; do
2029      i=0      i=0
2030      # rtot=${#PNAME[@]}      # rtot=${#PNAME[@]}
2031      rtot=$nname      rtot=$nname
2032      while test $i -lt $rtot ; do      while test $i -le $rtot ; do
2033    
2034          #  Is $pname in the current $PACKAGES list?          #  Is $pname in the current $PACKAGES list?
2035          #  pname=${PNAME[$i]}          #  pname=${PNAME[$i]}
# Line 2063  while test "x$ck" != xtt ; do Line 2063  while test "x$ck" != xtt ; do
2063    
2064          #  Do we need to add $dname according to the dependency rules?          #  Do we need to add $dname according to the dependency rules?
2065          if test "x$pin" = xt -a "x$plus" = "x+" -a "x$din" = xf ; then          if test "x$pin" = xt -a "x$plus" = "x+" -a "x$din" = xf ; then
2066                #echo "   " $pname ": need to add :" $dname
2067              in_dis="f"              in_dis="f"
2068              for dis in $DISABLE ; do              for dis in $DISABLE ; do
2069                  if test "x$dis" = "x$dname" ; then                  if test "x$dis" = "x$dname" ; then

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162

  ViewVC Help
Powered by ViewVC 1.1.22