Subject: Re: make problem with .OBJDIR?
To: Matthias Drochner <M.Drochner@fz-juelich.de>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 11/14/2006 18:16:21
On Tue, Nov 14, 2006 at 01:59:08PM +0100, Matthias Drochner wrote:
> 
> If I check this I get:
> # make -V .OBJDIR
> /usr/src/sys/arch/i386/stand/bootxx/obj.zelz27
> # make -V LIBOBJ
> /usr/src/sys/arch/i386/stand/bootxx

The quick answer is not to use that form of objdir...
It make is right awful painful for the build to share object files.

If you use MAKEOBJDIR or MAKEOBJDIRPREFIX (like what 98% of people do,
and build.sh -O does) it is all a lot, lot easier....

	David

-- 
David Laight: david@l8s.co.uk