Subject: Re: What are you using port-sparc for?
To: R. Tyler Ballance <tyler@ekkobsd.org>
From: Brett Lymn <blymn@baesystems.com.au>
List: port-sparc
Date: 09/29/2004 10:11:00
On Tue, Sep 28, 2004 at 12:06:25PM -0700, R. Tyler Ballance wrote:
> setenv CC_FLAGS -j5
> 
> Eh? I just stabbing in the dark here, but I do believe makefiles use the
> $CC_FLAGS variable to store those gcc flags
> 

No, that is just wrong - the -j5 is a make flag not a gcc flag.  It looks
like there is no automatic way of forcing the number of build jobs (it
used to be done with NBUILDJOBS but that is deprecated).  I would suggest
you just write a shell script that calls build.sh with the arguments you
want.

-- 
Brett Lymn