Re: [U-Boot] [PATCH] Let target 'cscope' follow symbolic links

2011-07-15 Thread KRONSTORFER Horst
> -Original Message- > From: Detlev Zundel [mailto:d...@denx.de] > Sent: Freitag, 15. Juli 2011 09:34 > To: KRONSTORFER Horst > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] Let target 'cscope' follow symbolic links > > Hi Horst, > >>

Re: [U-Boot] [PATCH] Let target 'cscope' follow symbolic links

2011-07-15 Thread Detlev Zundel
Hi Horst, > Without telling 'find' to follow symbolic links, files under include/asm > and arch/$(ARCH)/include/asm/arch are not added to the cscope file list. While your point seems valid, I see three occurrences of such a find pattern and you fix only one. May I ask you to fix all of them so u

[U-Boot] [PATCH] Let target 'cscope' follow symbolic links

2011-07-14 Thread Horst Kronstorfer
Without telling 'find' to follow symbolic links, files under include/asm and arch/$(ARCH)/include/asm/arch are not added to the cscope file list. Signed-off-by: Horst Kronstorfer --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index e56f