From owner-freebsd-questions@FreeBSD.ORG Sat May 9 20:39:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD6A1065670 for ; Sat, 9 May 2009 20:39:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DE7FD8FC1F for ; Sat, 9 May 2009 20:39:07 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M2tK7-000594-CZ for freebsd-questions@freebsd.org; Sat, 09 May 2009 20:39:07 +0000 Received: from pool-71-166-147-11.washdc.east.verizon.net ([71.166.147.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 May 2009 20:39:07 +0000 Received: from nightrecon by pool-71-166-147-11.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 May 2009 20:39:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 09 May 2009 16:40:23 -0400 Lines: 26 Message-ID: References: <4CF4FA213774B69765C455FB@Macintosh-2.local> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-147-11.washdc.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: Can I rebuild amd without rebuilding world? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2009 20:39:08 -0000 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