Subject: Re: CVS commit: syssrc
To: Matt Thomas <matt@3am-software.com>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: source-changes
Date: 06/16/2001 15:45:57
On Saturday 16 June 2001  3:39 pm, Matt Thomas wrote:
> At 03:42 PM 6/16/2001 +0900, Izumi Tsutsui wrote:
> >My current problem is that config(8) creates a symlink of
> >"machine -> ../../../../arch/cats/include" in compile dirs.
>
> Yes it does.  But Makefile.arm creates an include subdir
> which contains a machine -> ../../../../../arch/arm/include
> and a arm/cats -> ../../../../../../arch/cats/include.
>
> I've built both NETWINDER & CATS GENERIC kernels using the current
> source pool with no problem.

One thing I found having just reconfigured a new CATS kernel is that you need 
to remove the existing .depend files (make cleandir does the trick :) 
otherwise it finds references to the old machine dir.

Cheers,
Chris