Subject: Re: make build fails on Alpha
To: Simon Burge <simonb@wasabisystems.com>
From: Christian Groessler <cpg@aladdin.de>
List: current-users
Date: 10/18/2000 22:23:26
On 10/18/2000 12:32:24 AM GMT Simon Burge wrote:
>
>This sounds like you are using the same source tree for both alpha
>and either i386, pc532 or vax, and aren't using obj dirs.  You've
>probably got a .depend file in the usr.bin/ssh/libssh directory.  If
>you are using the same source tree for multiple arches, you might want
>to put OBJMACHINE= in your mk.conf and use "make obj" to make the obj
>directories.  Either that or use "make cleandir" whenever you switch
>from one architecture to another.

Yes, you're right. The i386 machine wasn't configured to
use obj dirs.

thanks,
chris