Subject: Re: libm and i387
To: None <Mark_Weaver@brown.edu>
From: Mark P. Gooderum <mark@aggregate.com>
List: current-users
Date: 05/10/1994 10:16:15
You're right, I forgot to mention this little step...

cd /usr/src ; find . -name .depend -print | xargs rm

I also tend to usually do a make clean on every thing (or do a find
rm on the obj tree, then you at least don't have to remake all the man
pages if you do it right...).  The extra few hours to rebuild everything
from scratch is worth the trouble it saves.

(I'm a tcsh user...)

cd /usr/obj.i386 ; find . -type f -a \! -name "*.0" -print | xargs rm

I also never do an install of a new tree without having a current level 0
dump of / and /usr...makes it easy to fall back if things get dinked.

-Mark


------------------------------------------------------------------------------