Re: [U-Boot] [PATCH v1] Makefile: Skip symbolic links to files for cscope

2019-10-17 Thread Tom Rini
On Tue, Oct 08, 2019 at 09:12:45PM +0300, Andy Shevchenko wrote: > cscope complains that it can't find files that appears to be symbolic links > > cscope: cannot find file tools/binman/test/u_boot_binman_syms_bad.c > cscope: cannot find file tools/version.h > > `find -L` tests properties, but na

[U-Boot] [PATCH v1] Makefile: Skip symbolic links to files for cscope

2019-10-08 Thread Andy Shevchenko
cscope complains that it can't find files that appears to be symbolic links cscope: cannot find file tools/binman/test/u_boot_binman_syms_bad.c cscope: cannot find file tools/version.h `find -L` tests properties, but name, and cscope can't cope with symbolic links (a lot of bugs in upstream were