Subject: Re: toolchain/31550 (install MAKEDEV failed)
To: None <apb@NetBSD.org, netbsd-bugs@netbsd.org, gnats-admin@netbsd.org,>
From: None <apb@netbsd.org>
List: netbsd-bugs
Date: 03/05/2007 17:37:36
Synopsis: install MAKEDEV failed

State-Changed-From-To: open->closed
State-Changed-By: apb@netbsd.org
State-Changed-When: Mon, 05 Mar 2007 17:37:35 +0000
State-Changed-Why:
The real problem was in the way etcupdate(8) ran make in the src/etc
directory without cleaning up after itself, leaving build products such
as MAKEDEV in the source directory where they confused a subsequent make
process that was using a different .OBJDIR.

Revision 1.30 of src/usr.sbin/etcupdate/etcupdate adds a "make clean"
step to etcupdate, which should fix this.  The change has already been
pulled up to the netbsd-4, netbsd-3 and netbsd-3-1 branches.