Subject: Re: depend problem with new depend stuff
To: Geoff Wing <mason@primenet.com.au>
From: Luke Mewburn <lukem@NetBSD.org>
List: current-users
Date: 07/29/2003 15:13:00
On Tue, Jul 29, 2003 at 03:04:39AM +0000, Geoff Wing wrote:
  | with the new depend stuff there's a flaw with building the .depend file.
  | This is exposed during the build of the lib/libcrypto/.depend where
  | some of the .d files live in lib/libcrypt/  and the bsd.dep.mk rule
  | tries to do a simple cat of the .d files without using the full paths.

I haven't seen a problem with this, even on a totally fresh build.
I do build's using MAKEOBJDIRPREFIX from a read-only source
(objdirs, without the obj.${MACHINE} symlink)

Can you provide any more details?