Date: Mon, 21 Sep 2009 00:26:58 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Christer Solskogen <christer.solskogen@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Not able to compile GENERIC kernel Message-ID: <87bpl5fgt9.fsf@kobe.laptop> In-Reply-To: <h95um8$7r2$1@ger.gmane.org> (Christer Solskogen's message of "Sun, 20 Sep 2009 21:10:00 %2B0200") References: <200909201115.15669.mrkvrg@acm.org> <87vdjdimi7.fsf@kobe.laptop> <h95um8$7r2$1@ger.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Sep 2009 21:10:00 +0200, Christer Solskogen <christer.solskogen@gmail.com> wrote: > Giorgos Keramidas wrote: > >> # rm -fr /usr/obj/usr >> # cd /usr/src >> # make cleandir ; make cleandir >> > > I've seen serveral placeses that "make cleandir" should be run twice. I > dont understand why. Could somebody explain? The first run cleans file sunder $(MAKEOBJDIRPREFIX), or under `/usr/obj' if MAKEOBJDIRPREFIX is unset. The second run cleans files in the source tree itself.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87bpl5fgt9.fsf>