From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 10:51:07 2004 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 24F6B16A4CE for ; Wed, 24 Nov 2004 10:51:07 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B8443D3F for ; Wed, 24 Nov 2004 10:51:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iAOAp4kJ031784; Wed, 24 Nov 2004 12:51:04 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iAOAp3re032444; Wed, 24 Nov 2004 12:51:03 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iAOAp39s032438; Wed, 24 Nov 2004 12:51:03 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 24 Nov 2004 12:51:03 +0200 From: Giorgos Keramidas To: Gerard Seibert Message-ID: <20041124105103.GA1611@orion.daedalusnetworks.priv> References: <20041124052857.85B3.GERARD-SEIBERT@rcn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041124052857.85B3.GERARD-SEIBERT@rcn.com> cc: freebsd-questions@freebsd.org Subject: Re: make arguments and buildworld 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: Wed, 24 Nov 2004 10:51:07 -0000 On 2004-11-24 05:35, Gerard Seibert wrote: > I am going to do a fresh install of FreBSD 5.3 this weekend on my > computer. Immediately after the installation I want to do a > buildworld and install a custom kernel. > > My question is what special arguments should I use in the > 'make.conf' file for this project. Is it really necessary to change > this file at all? I was reading the handbook and it mentioned the > 'CFLAGGS' entry and a few others. An /etc/make.conf file shouldn't be required to do a buildworld or buildkernel. The defaults should work just fine. - Giorgos