I just need confirnmation of the order of commands.. Do I need to run make clean, cvs update then make install or cvs update, make clean then make install?? Thnaks. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
On Mon, 2003-04-07 at 07:04, WipeOut . wrote:> I just need confirnmation of the order of commands.. > > Do I need to run > make clean, cvs update then make install > or > cvs update, make clean then make install??make clean ;# nice to have a clean repository first cvs -z3 update -d ; # get all updates with some compression enabled. make install Of course the install may need to wait till you have updated all your sources first. -- Steven Critchfield <critch@basesys.com>