If memory serves me right, Kris Kennaway wrote:

> On Tue, Oct 22, 2002 at 10:28:42PM -0700, Kris Kennaway wrote:
> 
> > > It's already in UPDATING with the rm -rf /usr/include/g++ line in the
> > > steps for going from 4 to -current.
> >=20
> > Oops, I missed this when I looked for it.  Thanks.
> 
> Actually, I think this is not sufficient..there will be other stale
> includes left around which may cause problems for compiling other
> things.
> 
> I normally do something like:
> 
> find /usr/include -ctime +1 -type f -delete
> 
> To clean out stale includes after a buildworld.  Perhaps something
> like this should be added to the end of the directions.

What about "rm -rf /usr/include" right before the installworld?  (In
other words, where "rm -rf /usr/include/g++" is now.)

(I don't actually do this, for me it's more like "cd /usr && mv include 
include.old".)

Bruce.


Attachment: msg45115/pgp00000.pgp
Description: PGP signature

Reply via email to