Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2007 10:47:01 +0400
From:      Yuri Pankov <yuri@darklight.org.ru>
To:        Michael S <msherman77@yahoo.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: portupgrade and make options
Message-ID:  <20070821064701.GA28897@darklight.org.ru>
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
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070821064701.GA28897>