Re: [kbuild-devel] kbuild with symbolic links

2002-03-26 Thread Keith Owens
On Mon, 25 Mar 2002 13:45:04 +1100, Brendan J Simon <[EMAIL PROTECTED]> wrote: >Does kbuild-2.5 work with symbolic links ? Not at the moment. The tree walk code must not follow symlinks to directories, othereise it gets very confused about where all the input files are. So the tree walk code u

Re: [kbuild-devel] kbuild with symbolic links

2002-03-26 Thread Brendan J Simon
Keith Owens wrote: >On Mon, 25 Mar 2002 13:45:04 +1100, >Brendan J Simon <[EMAIL PROTECTED]> wrote: > >>Does kbuild-2.5 work with symbolic links ? >> > >Not at the moment. The tree walk code must not follow symlinks to >directories, othereise it gets very confused about where all the input >f