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 17:57:48
On Tue, Jul 29, 2003 at 03:24:07PM +1000, Geoff Wing wrote:
| My build method is often effectively:
|
| % rm -rf /obj/src/*
| % mount_union /obj/src /usr/src
| % make UPDATE=yes build
|
| So I'm just building into the /usr/src structure but without polluting
| the main source.
|
| In this case, the crypt.d, md5crypt.d & bcrypt.d were found in
| lib/libcrypt/ by make so weren't rebuilt into lib/libcrypto/
|
| This also caused problems in other places: one big area where it's a
| problem is in the rescue subdir.
Thanks for the further details.
I've committed a fix in bsd.dep.mk rev 1.52; it sets .NOPATH for
all of the *.d files as well as .depend.
Luke.