[LLVMdev] Updatings With SRCDIR == OBJDIR

Reid Spencer reid at x10sys.com
Mon Aug 29 10:53:41 PDT 2005


Folks,

If your build tree is the same as your source tree and you do a "cvs update", 
you'll likely run into some issues as a result of PR614 changes I made over the 
weekend. In this situation, cvs will complain that it can't update certain 
files because there's a local copy in the way. This is a result of the fact 
that generated flex/bison files are now checked into cvs. The solution is to 
remove the local copy for the files cvs complains about and then do the cvs update.

Sorry for the confusion, but this is "progress" :)

Reid.




More information about the llvm-dev mailing list