Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 May 2009 16:40:23 -0400
From:      Michael Powell <nightrecon@verizon.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can I rebuild amd without rebuilding world?
Message-ID:  <gu4pkv$jdh$1@ger.gmane.org>
References:  <4CF4FA213774B69765C455FB@Macintosh-2.local>

next in thread | previous in thread | raw e-mail | index | archive | help
Paul Schmehl wrote:

> I have a problem with amd.  It's not working right, and I don't think I
> can fix it without rebuilding it.
[snip]
> 
> I'd like to rebuild amd without having to rebuild world as well, although
> I'll do that if I have to.
> 
[...]

I think you can just cd to /usr/src/sys/modules/amd and do:

make obj && make depend && make && make install to rebuild the kernel
module by itself.

For the userland side it would be cd /usr/src/usr.sbin/amd/amd and

make obj && make depend && make && make install

I think.

-Mike







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gu4pkv$jdh$1>