Subject: Re: Confused about *mk
To: None <port-sparc@NetBSD.org>
From: Rui Paulo <phlox-netbsd-sparc@fnop.net>
List: port-sparc
Date: 10/08/2004 20:32:21
On 2004.10.08 12:12:19 +0000, Sean Hafeez wrote:
[...]
> set mtune and mcpu to hypersparc
> i want to sent cflags to -O3
> i want make use 5 jobs (-j5)
[...]
> MAKEFLAGS=-j5
> CFLAG=-O3
> CPUFLAGS=-mcpu=hypersparc -mtune=hypersparc
> 
> will this do want I want?

CFLAG is a typo. It's CFLAGS and you append information to the
variable, not override it. (eg.: CFLAGS += -O3). This is also valid
for MAKEFLAGS.

> Also the new build.sh setup has me a bit confused. How the heck to I
> get it to install the system when it is done? I miss the old build
> world setup.

You would want to read:
http://www.netbsd.org/Documentation/current/

Regards.

-- 
Rui Paulo                          "Simplicity is the ultimate sophistication."
                                      -- Leonardo da Vinci