27 Mar 2002 02:20
Re: kbuild with symbolic links
Keith Owens <kaos <at> ocs.com.au>
2002-03-27 01:20:06 GMT
2002-03-27 01:20:06 GMT
On Mon, 25 Mar 2002 13:45:04 +1100, Brendan J Simon <brendan.simon <at> bigpond.com> 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 uses lstat instead of stat, but lstat is no good for plain files because it gets the timestamp of the symlink instead of the real file. Until I can correct the tree walk code and convince myself that symlinks will not cause other problems, kbuild 2.5 does not support symlinks. Maybe later.
RSS Feed