From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 17:23:33 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DE016A4CE for ; Fri, 25 Feb 2005 17:23:33 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CF243D45 for ; Fri, 25 Feb 2005 17:23:32 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so422480wri for ; Fri, 25 Feb 2005 09:23:31 -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=T1Xzi6ih/sQmtpPdjvkl6vvXHWYdBFlSJSoGXYAVIUgt1d7RVl1lD/65AQIJw+UXFgnKJD7iHuZ+hESJOspRM5kAkruJ8c8oXXwiSbvFR0xvgKOk5LY8IWXlN7csNab9n9XBkYUi+NrdIQ4+8wErcVNTaaucCW0lBIVgkXW0esM= Received: by 10.54.11.21 with SMTP id 21mr27036wrk; Fri, 25 Feb 2005 09:23:31 -0800 (PST) Received: by 10.54.29.8 with HTTP; Fri, 25 Feb 2005 09:23:31 -0800 (PST) Message-ID: <790a9fff05022509233fa38617@mail.gmail.com> Date: Fri, 25 Feb 2005 11:23:31 -0600 From: Scot Hetzel To: Jay Shampur In-Reply-To: <6d2a982f05022508564ca521d7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6d2a982f05022507565bebcc50@mail.gmail.com> <20050225162401.GB13053@gargantuan.com> <6d2a982f050225083047197bc8@mail.gmail.com> <20050225163733.GC13053@gargantuan.com> <6d2a982f05022508564ca521d7@mail.gmail.com> cc: freebsd-current@freebsd.org Subject: Re: Kernel compile problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 17:23:33 -0000 On Fri, 25 Feb 2005 11:56:52 -0500, Jay Shampur wrote: > Thank you - if I understand the process, this is what I need to do? > > make buildworld > make installworld > > make buildkernel KERNCONF=GENERIC > make installkernel KERNCONF=GENERIC > > Also, I am not trying to upgrade my system, just rebuilding it with > some new options. > This is not correct, the correct procedure is: make buildworld make buildkernel make installkernel mergemaster make installworld NOTE: This may not be entirely correct, see UPDATING for the correct procedure. Scot