From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 11:40:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E2916A420 for ; Fri, 24 Aug 2007 11:40:10 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 6058213C46A for ; Fri, 24 Aug 2007 11:40:10 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 05:39:58 -0600 id 0017C5C3.46CEC393.0000786B Message-ID: <46CEC2E7.9080705@crackmonkey.us> Date: Fri, 24 Aug 2007 12:37:11 +0100 From: Fatman Organization: The Dreamtrack Corporation User-Agent: Thunderbird 2.0a1 (Windows/20060724) MIME-Version: 1.0 To: Michael S References: <712153.13042.qm@web88313.mail.re4.yahoo.com> In-Reply-To: <712153.13042.qm@web88313.mail.re4.yahoo.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 11:40:10 -0000 Michael S wrote: > Good day all, > > I was wondering how to pass options from portupgrade > to make. Say I wanted use -j4 for max. number of jobs. > Where should I specify that? When building "world" > it's possible to be done from the command line: make > -j4 buildworld. > > Also is athlon the correct CPUTYPE for AMD Sempron > 3400? > > Thanks in advance, > Michael Hi Michael, The portupgrade system will honour any variables in /etc/make.conf. So if you want -j4 every make, just enter the line: MAKEOPTS="-j4" in /etc/make.conf. HtH, Adam J Richardson