/[MITgcm]/MITgcm/tools/genmake
ViewVC logotype

Diff of /MITgcm/tools/genmake

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

revision 1.30 by adcroft, Fri Feb 23 15:52:02 2001 UTC revision 1.31 by adcroft, Wed Feb 28 16:08:51 2001 UTC
# Line 185  endif Line 185  endif
185  foreach dr ($PACKAGES)  foreach dr ($PACKAGES)
186    set enable    set enable
187    foreach p ($DISABLE)    foreach p ($DISABLE)
188     if (! -d $ROOTDIR/pkg/$p) then     if ($p != 'all' & ! -d $ROOTDIR/pkg/$p) then
189       echo Specified package \"$p\" does not exist.       echo Specified package \"$p\" does not exist.
190       exit 1       exit 1
191     endif     endif

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

  ViewVC Help
Powered by ViewVC 1.1.22