Re: [Git Patch] Makefile: fix wrong dirs when making cscope

2007-11-04 Thread WANG Cong
On Mon, Nov 05, 2007 at 08:33:17AM +0100, Sam Ravnborg wrote: >Hi Wang. > >Thanks for this fix, but I have a few comments. See below. > >On Mon, Nov 05, 2007 at 03:09:53PM +0800, WANG Cong wrote: >> >> Hi, Sam! >> >> This patch fixed the following errors when doing "make cscope" and >> "make

Re: [Git Patch] Makefile: fix wrong dirs when making cscope

2007-11-04 Thread Sam Ravnborg
Hi Wang. Thanks for this fix, but I have a few comments. See below. On Mon, Nov 05, 2007 at 03:09:53PM +0800, WANG Cong wrote: > > Hi, Sam! > > This patch fixed the following errors when doing "make cscope" and > "make cscope ARCH=um". > > FILELST cscope.files > find: arch/i386: No such

[Git Patch] Makefile: fix wrong dirs when making cscope

2007-11-04 Thread WANG Cong
Hi, Sam! This patch fixed the following errors when doing "make cscope" and "make cscope ARCH=um". FILELST cscope.files find: arch/i386: No such file or directory MAKEcscope.out FILELST cscope.files find: include/asm-i386: No such file or directory MAKEcscope.out

[Git Patch] Makefile: fix wrong dirs when making cscope

2007-11-04 Thread WANG Cong
Hi, Sam! This patch fixed the following errors when doing make cscope and make cscope ARCH=um. FILELST cscope.files find: arch/i386: No such file or directory MAKEcscope.out FILELST cscope.files find: include/asm-i386: No such file or directory MAKEcscope.out Signed-off-by:

Re: [Git Patch] Makefile: fix wrong dirs when making cscope

2007-11-04 Thread Sam Ravnborg
Hi Wang. Thanks for this fix, but I have a few comments. See below. On Mon, Nov 05, 2007 at 03:09:53PM +0800, WANG Cong wrote: Hi, Sam! This patch fixed the following errors when doing make cscope and make cscope ARCH=um. FILELST cscope.files find: arch/i386: No such file or

Re: [Git Patch] Makefile: fix wrong dirs when making cscope

2007-11-04 Thread WANG Cong
On Mon, Nov 05, 2007 at 08:33:17AM +0100, Sam Ravnborg wrote: Hi Wang. Thanks for this fix, but I have a few comments. See below. On Mon, Nov 05, 2007 at 03:09:53PM +0800, WANG Cong wrote: Hi, Sam! This patch fixed the following errors when doing make cscope and make cscope ARCH=um.