Re: [O-MPI devel] recommended way to update an ompi tree

2005-09-06 Thread Jeff Squyres
On Sep 6, 2005, at 10:34 AM, Peter Kjellström wrote: What is the recommended way to update a local svn snap shot? (a tree that has been checked out, autogen'ed, configured and built) is it: $ svn up $ ./autogen.sh $ make distclean $ configure ... $ make all install No need for "make distclean

[O-MPI devel] recommended way to update an ompi tree

2005-09-06 Thread Peter Kjellström
Hello, Sorry for this possibly silly question but I couldn't find the answer in any of the included documentation files.. What is the recommended way to update a local svn snap shot? (a tree that has been checked out, autogen'ed, configured and built) is it: $ svn up $ ./autogen.sh $ make distc