/[MITgcm]/MITgcm/tools/xmakedepend
ViewVC logotype

Diff of /MITgcm/tools/xmakedepend

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

revision 1.11 by jmc, Thu Aug 22 01:12:20 2013 UTC revision 1.12 by jmc, Thu Aug 22 20:49:59 2013 UTC
# Line 37  fi Line 37  fi
37    
38  silent='-'  silent='-'
39    
40  TMP=./mdep$$  #TMP=./mdep$$
41  #- try to put temporary files in system-local /tmp dir  #- try to put temporary files in system-local /tmp dir
42  #TMP=/tmp/mdep$$  TMP=/tmp/mdep$$
43  #touch $TMP ; retVal=$?  touch $TMP ; retVal=$?
44  #if [ $retVal -eq 0 ] ; then  if [ $retVal -eq 0 ] ; then
45  #  if test ! -r $TMP ; then TMP=./mdep$$ ; fi    if test ! -r $TMP ; then TMP=./mdep$$ ; fi
46  #else  else
47  #  TMP=./mdep$$    TMP=./mdep$$
48  #fi  fi
49  #rm -f $TMP  rm -f $TMP
50  ##echo "temp files: $TMP"  #echo "temp files: $TMP"
51    
52  CPPCMD=${TMP}a  CPPCMD=${TMP}a
53  DEPENDLINES=${TMP}b  DEPENDLINES=${TMP}b

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22