Subject: nbmake dependall fails to 'depend' arch/i386/stand/netboot/lib
To: None <tech-toolchain@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-toolchain
Date: 11/02/2003 23:14:15
A build today failed because I have some .depend files lurking that
reference deleted include files (IIRC index.S), in any case I updated
bsd.dep.mk to check that all the files in .depend exist [1].
A repeated build failed in the same place!

Digging deeper it seems that 'nbmake dependall' fails to do the 'depend'
for the libraries (lib/sa, lib/z, lib/i386 and lib/kern).

A 'nbmake depend' works fine.

However I can't quite work out what is going on...
The relevant makefiles (eg src/sys/arch/i386/stand/netboot/Makefile)
are just too painful!

Anyone any thoughts/fixes?

	David

[1] another email...

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