Subject: Re: make obj broken in sys/arch/i386/stand somewhere
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 10/12/2003 21:35:00
> Oh, so 'make obj' in a directory isn't what build.sh does, eh?
> 
> The 'lib' directories keep being created (no symlink) by './build.sh -U
> distribution' and I keep deleting them. I find them when I did my daily
> cvs update.

The lib directories are created as ${.OBJDIR}/lib.
I suspect that bsd.subdir.mk doesn't create an 'objdir', but for my builds
the directory gets generated by 'make obj' in the subdirectories.

Try adding:
.include <bsd.obj.mk>
to Makefile in those directries.

	David

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