portupgrade and make options

Yuri Pankov yuri at darklight.org.ru
Mon Aug 20 23:47:22 PDT 2007


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


More information about the freebsd-questions mailing list