Changes between Version 30 and Version 31 of Notes/Subversion/Importing


Ignore:
Timestamp:
12/06/07 11:22:03 (17 years ago)
Author:
VincentMcIntyre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notes/Subversion/Importing

    v30 v31  
    137137}}}
    138138
     139   Perhaps I need to adjust MIRRC?
     140{{{
     141% pwd
     142/u/mci156/svn/svnmiriad/trunk/
     143% find . -name GNUmakefile -exec grep -l MIRRC {} \;
     144./GNUmakefile
     145% setenv MIR /u/mci156/svn/svnmiriad/trunk/
     146% make -n MIRRC
     147make: *** No rule to make target `MIRRC'.  Stop.
     148}}}
     149
     150   Part of the trick is to set {{{$MIR}}} correctly, but...
     151{{{
     152% make show
     153Variables defined in GNUmakedefs
     154================================
     155
     156MIRROOT    = /u/mci156/svn/svnmiriad/trunk
     157MIRARCH    = linux
     158
     159MIRDIR     = /u/mci156/svn/svnmiriad/trunk
     160THISDIR    = /umci156/svn/svnmiriad/trunk
     161MAKEMODE   = system
     162
     163Preprocessors, compilers, etc. and their flags.
     164-----------------------------------------------
     165CO         = co
     166COFLAGS    = -f
     167
     168RATTY      = /u/svn/svnmiriad/trunk/linux/bin/ratty
     169RATFLAGS   = -b -s linux
     170
     171FC         = /usr/bin/g77
     172... etc ...
     173
     174% cd prog
     175% make uvsplit
     176make: *** No rule to make target `uvsplit'.  Stop.
     177
     178}}}
    139179
    140180need to add handlers of .svn directories