Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 10:54:04 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        Nate Lawson <nate@root.org>
Cc:        Dan Nelson <dnelson@allantgroup.com>, current@FreeBSD.ORG
Subject:   Re: unbreaking buildkernel?
Message-ID:  <20021016085404.GF77592@starjuice.net>
In-Reply-To: <Pine.BSF.4.21.0210151146350.36779-100000@root.org>
References:  <20021015175427.GC16975@dan.emsphone.com> <Pine.BSF.4.21.0210151146350.36779-100000@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On (2002/10/15 11:48), Nate Lawson wrote:

> cd /usr/src/gnu/usr.bin/binutils; make cleandir; make depend; make all
> install

Isn't this a bad idea?  First, you may not remove stale object files
from the src tree, and second, you may leave stale .depend files in the
src tree, which will cause you problems later.

I would have thought that this would be better:

	cd /usr/src/gnu/usr.bin/binutils
	make cleandir
	make cleandir
	make obj
	make depend
	make all install

Ciao,
Sheldon.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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