/[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.66 by adcroft, Thu Aug 8 15:24:00 2002 UTC revision 1.67 by adcroft, Tue Oct 29 19:38:07 2002 UTC
# Line 247  foreach dr ($SOURCEDIRS) Line 247  foreach dr ($SOURCEDIRS)
247  end  end
248  if (! $?PACKAGES) then  if (! $?PACKAGES) then
249    set PACKAGES=()    set PACKAGES=()
250    foreach pkg (`cd $ROOTDIR/pkg; find . -type d | grep -v CVS | sed 's:\./::' | grep -v "\." | sort`)    foreach pkg (`cd $ROOTDIR/pkg; find . -type d -print | grep -v CVS | sed 's:\./::' | grep -v "\." | sort`)
251     if (-d $ROOTDIR/pkg/$pkg) set PACKAGES=($PACKAGES $pkg)     if (-d $ROOTDIR/pkg/$pkg) set PACKAGES=($PACKAGES $pkg)
252    end    end
253  endif  endif

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

  ViewVC Help
Powered by ViewVC 1.1.22