[BACK]Return to README CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/README between version 1.15 and 1.16

version 1.15, 2007/04/07 13:35:06 version 1.16, 2007/04/07 16:07:41
Line 133 
Line 133 
   
 One common problem when building xenocara is the case where the obj  One common problem when building xenocara is the case where the obj
 directory didn't exist (or the symbolic link pointed to a non-existent  directory didn't exist (or the symbolic link pointed to a non-existent
 directort) when the source was first build. After fixing this problem,  directory) when the source was first built. After fixing this problem,
 'configure' will refuse to work in the obj dir, because the source  'configure' will refuse to work in the obj dir, because the source
 is already configured.  is already configured.
   
Line 153 
Line 153 
  make obj   make obj
  make build   make build
   
 for more desesperate cases, remove all files from XSRCDIR not in CVS:  for more desperate cases, remove all files from XSRCDIR not in CVS:
   
  cd XSRCDIR   cd XSRCDIR
  cvs -q update -PAd -I - | awk '$1=="?" {print $2}' | xargs rm -f   cvs -q update -PAd -I - | awk '$1=="?" {print $2}' | xargs rm -f

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16