On Sat, 25 Oct 2003, Rich Adamson wrote: > > make upgrade > > --> it connects to CVS and shows me all the new files it downloaded > > make clean ; make install > > > > I just tried the above, and absolutely nothing was updated. I actually > checked *.c files for dates/times, and all were from previous cvs. > > Anything special one needs to do leading up to issuing the above?
It is possible you have a sticky tag or date set on your CVS checkout. Try taking a look at the output of: cvs status Makefile Or any other file. To get rid of the sticky tag you would want to do: cvs update -d -A Michael > > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
