Date: Fri, 20 Jul 2001 00:54:27 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Richard Hodges <rh@matriplex.com> Cc: Matthew Jacob <mjacob@feral.com>, freebsd-alpha@FreeBSD.ORG Subject: Re: 4.3 GENERIC won't complete Message-ID: <20010720005427.A2701@dragon.nuxi.com> In-Reply-To: <Pine.BSF.4.10.10107192233220.49931-100000@mail.matriplex.com>; from rh@matriplex.com on Thu, Jul 19, 2001 at 10:37:41PM -0700 References: <Pine.BSF.4.21.0107192227250.73652-100000@beppo> <Pine.BSF.4.10.10107192233220.49931-100000@mail.matriplex.com>
index | next in thread | previous in thread | raw e-mail
On Thu, Jul 19, 2001 at 10:37:41PM -0700, Richard Hodges wrote:
> That's good to know, but it still goes through the modules twice,
> again choking on agp.
That is normal -- once to make the "obj" directory for each module, and
the 2nd time is the build (or depend) step.
That linking you showed is very weird. I would:
cd /usr/src/sys/compile
rm -rf GENERIC
cd /usr/src/sys/modules
make cleandir
make cleandir
cd /usr/src/sys/alpha/conf
config GENERIC
cd ../../compile/GENERIC
make depend
make
and see if you still have a problem.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010720005427.A2701>
