Date: Fri, 24 Aug 2007 12:37:11 +0100 From: Fatman <fatman@crackmonkey.us> To: Michael S <msherman77@yahoo.com> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: portupgrade and make options Message-ID: <46CEC2E7.9080705@crackmonkey.us> In-Reply-To: <712153.13042.qm@web88313.mail.re4.yahoo.com> References: <712153.13042.qm@web88313.mail.re4.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46CEC2E7.9080705>