From owner-freebsd-questions Fri Dec 28 13:29:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 9EF0C37B41A for ; Fri, 28 Dec 2001 13:29:23 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 44ED9BD47; Fri, 28 Dec 2001 13:29:23 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id NAA13779; Fri, 28 Dec 2001 13:29:22 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id fBSLV1O00395; Fri, 28 Dec 2001 13:31:01 -0800 (PST) (envelope-from swear@blarg.net) To: "Doug Reynolds" Cc: "freebsd-questions@freebsd.org" , "Robert D. Hughes" Subject: Re: have i make the buildworld for any changes in the kernel source files? References: <20011228182346.49FF537B420@hub.freebsd.org> From: swear@blarg.net (Gary W. Swearingen) Date: 28 Dec 2001 13:31:01 -0800 In-Reply-To: <20011228182346.49FF537B420@hub.freebsd.org> Message-ID: Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Doug Reynolds" writes: > >have i to make buildworld for every change in the > >kernel source files? > >thanx > > no. you just have to make kernel KERNCONF=YOURKERNELCONFIGFILE & > reboot Except that you have to do "make buildworld" SOMETIME before doing the "make kernel". (Or I think you can build the kernel the old fashioned way with "config", etc.) I don't know the reason that "make kernel" doesn't work (or shouldn't be done anyway) if you haven't done "make buildworld" or what changes would require you to redo "make buildworld" before a "make kernel" (non-kernel src changes, I suppose), but I've seen the requirement mentioned many places. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message