From owner-freebsd-stable@FreeBSD.ORG Thu Feb 24 15:59:03 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFC716A4CE for ; Thu, 24 Feb 2005 15:59:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0201D43D48 for ; Thu, 24 Feb 2005 15:59:03 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so176077wri for ; Thu, 24 Feb 2005 07:59:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HtTXHqXklNPCP5h/he2+eopxE6RAYC6Qyj4hDQtQZm48RlDBPu3FYNoMWMPJyFnXk5wszRSSDdmhP8emK9yT/kvfmntgIGtUvhDPzwWOvz8gJeNaU4+nJBTD3+eyKXdPCO2S1CPSINLXeS3ZbKylq8/gtWXthmxgqoriGezDUEw= Received: by 10.54.54.58 with SMTP id c58mr122974wra; Thu, 24 Feb 2005 07:59:01 -0800 (PST) Received: by 10.54.29.8 with HTTP; Thu, 24 Feb 2005 07:59:01 -0800 (PST) Message-ID: <790a9fff050224075947d6b246@mail.gmail.com> Date: Thu, 24 Feb 2005 09:59:01 -0600 From: Scot Hetzel To: "Peter C. Lai" In-Reply-To: <20050224145622.GE261@cowbert.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050224145622.GE261@cowbert.2y.net> cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: building KLDs in RELENG_4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 15:59:03 -0000 On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai wrote: > Is there a way to build kernel modules by themselves without having to > build the entire kernel? I am adding umass support to a 4.x machine but > I don't want to build the entire kernel. I already have scbus, but I need > da and of course, umass. > Yes you can build modules seperately from a kernel build cd /usr/src/sys/modules/umass make obj make make install Scot