PDA

View Full Version : make reinstall best practices?


unclecameron
May 11th, 2009, 10:29 PM
After I install source:

./configure
make
make install

and I want to go back and update my source to the latest svn snapshot, how do I recompile correctly, do I need to delete my build directory, or what are best practices?