Subject: Re: 'make depend' vs. 'make prereqs' or something else
To: None <current-users@netbsd.org>
From: None <seebs@plethora.net>
List: current-users
Date: 08/05/1999 13:43:34
In message <Pine.NEB.4.10.9908051432570.1715-100000@server.int.duh.org>, Todd V
ierling writes:
>You should never share a build directory between platforms without one of
>the following two conditions (you don't need to do both):

>- using objdirs with OBJMACHINE set in mk.conf
>- running "make cleandir" from the *top level* before building *anything*

I've been doing the latter, and it mostly works.  Apparently, I needed to
build in libbfd before I could build binutils in this case.

It's working now (well, actually, it's not, but it's not working in a way
I understand and can cope with.)

-s