Subject: Re: Problem compiling current
To: Matthew Reilly <mjreilly@inch.com>
From: Bob Nestor <rnestor@augustmail.com>
List: port-macppc
Date: 07/02/2000 12:44:36
Matthew Reilly wrote:

>I'm trying to compile a current (as of this morning) kernel and it's failing
>at make depend with:
>
>make: don't know how to make ../../../../vm/vm.h. Stop

I saw the same thing yesterday with a mac68k build.  Turns out I had some 
configuration files left over from a previous build.  Doing a "make 
clean" and "make cleandir" didn't get rid of them, so I blew the 
"compile/GENERIC" directory away and that fixed it.  This was obviously a 
GENERIC build, if your config file is something else you need to do an 
appropiate substitution.  BTW after doing this you need to do a "config 
GENERIC" and a "make depend".

-bob