Subject: Re: missing dependencies in libc Makefile
To: None <tech-kern@netbsd.org>
From: Ethan Solomita <ethan@geocast.com>
List: tech-kern
Date: 04/28/2000 02:31:14
Ethan Solomita wrote:
> 
>         I'm not even sure what list this should go to, but since it wasted an
> hour or two of my time I figure I can at least whine for one email with
> you all. The problem is in lib/libc/sys/Makefile.inc. It generates lots
> of files directly by piping a printf which includes SYS.h to cpp and as.
> It lists SYS.h and syscall.h as dependencies, but not ${ARCHDIR}/asm.h.
> Someone who can check things in may want to add that.
> 
	Sorry -- it's late. The asm.h isn't in ${ARCHDIR}, but
${DESTDIR}/usr/include/{ARCH}/asm.h. Unfortunately I don't think that
there's an easy way to determine {ARCH}. Usually you can just do
"machine", but that won't work for mips which has a split architecture.
	-- Ethan