Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 21:24:00 +0400 (MSD)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        Ruslan Ermilov <ru@freebsd.org>
Cc:        Dag-Erling Smorgrav <des@ofug.org>
Subject:    Re: Help please : make buildworld fails when upgrading to 4.8 stable
Message-ID:  <20030519212320.R22315@woozle.rinet.ru>
In-Reply-To: <20030516111440.GA517@sunbay.com>
References:  <1053081121.658.23005.camel@pcgm3> <20030516103616.GA11381@rot13.obsecurity.org> <xzpwugrduhv.fsf@flood.ping.uio.no> <20030516111440.GA517@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 16 May 2003, Ruslan Ermilov wrote:

RE> > > > cd /usr/src
RE> > > > make cleandir
RE> > > > make cleandir
RE> > > It's so much easier and faster to just trash the entire /usr/obj.
RE> >
RE> > That won't remove trash that might have snuck into the source tree.
RE> > The recommended procedure is 'make cleandir ; make cleandir'.
RE> >
RE> Oops, right.  Hot day here.  ;)
RE>
RE> In that case, a slight optimization to the above is still:
RE> ``cd /usr/src; rm -rf /usr/obj/usr/src; make cleandir''.

... unless /usr/src is linked somewhere.

``cd /usr/src; rm -rf /usr/obj/*; make cleandir''

should work, though.

Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030519212320.R22315>