From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 08:07:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D3C16A4CE for ; Mon, 1 Dec 2003 08:07:31 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEF443FB1 for ; Mon, 1 Dec 2003 08:06:54 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id hB1G6qG01788; Mon, 1 Dec 2003 11:06:52 -0500 (EST) From: Jerry McAllister Message-Id: <200312011606.hB1G6qG01788@clunix.cl.msu.edu> To: kenzo_chin@hotmail.com (Kenzo) Date: Mon, 1 Dec 2003 11:06:51 -0500 (EST) In-Reply-To: from "Kenzo" at Dec 01, 2003 09:34:43 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Compiling the kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:07:31 -0000 > > What happened to > make buildkernel KERNCONF=KERNEL > make installkernel KERNCONF=KERNEL > > did this change in newer version or something? > I thought the above was the new way of rebuilding a kernel. Am I not up to > date? I think this is newer and what I posted is the old tried and true way if you are only changing kernel config stuff and not any source. ////jerry