From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 06:47:22 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 139B316A418 for ; Tue, 21 Aug 2007 06:47:22 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id D452A13C465 for ; Tue, 21 Aug 2007 06:47:20 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7L6l1Dn029104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 10:47:01 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7L6l1mj029103; Tue, 21 Aug 2007 10:47:01 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Tue, 21 Aug 2007 10:47:01 +0400 From: Yuri Pankov To: Michael S Message-ID: <20070821064701.GA28897@darklight.org.ru> References: <712153.13042.qm@web88313.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <712153.13042.qm@web88313.mail.re4.yahoo.com> User-Agent: Mutt/1.5.16 (2007-06-09) 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: Tue, 21 Aug 2007 06:47:22 -0000 On Tue, Aug 21, 2007 at 02:23:21AM -0400, 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 >From portupgrade(1) manpage: -m --make-args Specify arguments to append to each make(1) com- mand line. -M --make-env Specify arguments to prepend to each make(1) com- mand line. Also check /usr/local/etc/pkgtools.conf for MAKE_* hashes. HTH, Yuri