Can I rebuild amd without rebuilding world?

Michael Powell nightrecon at verizon.net
Sat May 9 20:39:08 UTC 2009


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






More information about the freebsd-questions mailing list