From owner-freebsd-questions@FreeBSD.ORG Sat May 9 20:44:32 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 0F7931065674 for ; Sat, 9 May 2009 20:44:32 +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 BDC5F8FC16 for ; Sat, 9 May 2009 20:44:31 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M2tPL-0005MR-Hf for freebsd-questions@freebsd.org; Sat, 09 May 2009 20:44:31 +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:44:31 +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:44:31 +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:45:43 -0400 Lines: 22 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:44:32 -0000 Michael Powell wrote: > 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. >> > [...] > > For the userland side it would be cd /usr/src/usr.sbin/amd/amd and ^^^^ OOPs - make that: cd /usr/src/usr.sbin/amd typo on me > make obj && make depend && make && make install > -Mike