RE: [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-06 Thread Mikael Starvik
KML; [EMAIL PROTECTED]; Andrew Morton; dev-etrax Subject: Re: [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles On Tue, Jan 01, 2008 at 03:29:22PM +0800, WANG Cong wrote: > > TOPDIR is obsolete, use objtree instead. > This patch removes TOPDIR from all Cris Makefiles. > >

Re: (Try #3) [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-03 Thread Sam Ravnborg
On Thu, Jan 03, 2008 at 06:03:22PM +0100, Jesper Nilsson wrote: > On Wed, Jan 02, 2008 at 08:25:35PM +0100, Sam Ravnborg wrote: > > On Wed, Jan 02, 2008 at 02:27:59PM +0800, WANG Cong wrote: > > > > > > Refine it as suggested by Andreas. > > > > > > > > > > > > > This patch removes TOPDI

Re: (Try #3) [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-03 Thread Jesper Nilsson
On Wed, Jan 02, 2008 at 08:25:35PM +0100, Sam Ravnborg wrote: > On Wed, Jan 02, 2008 at 02:27:59PM +0800, WANG Cong wrote: > > > > Refine it as suggested by Andreas. > > > > > > > > > This patch removes TOPDIR from Cris Makefiles. We had the TOPDIR replaced with $(srcdir) already, but t

Re: (Try #3) [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-02 Thread Sam Ravnborg
On Wed, Jan 02, 2008 at 02:27:59PM +0800, WANG Cong wrote: > > Refine it as suggested by Andreas. > > > > > This patch removes TOPDIR from Cris Makefiles. > > Cc: Mikael Starvik <[EMAIL PROTECTED]> > Cc: Sam Ravnborg <[EMAIL PROTECTED]> > Cc: Andreas Schwab <[EMAIL PROTECTED]> > Signed-

(Try #3) [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-01 Thread WANG Cong
Refine it as suggested by Andreas. > This patch removes TOPDIR from Cris Makefiles. Cc: Mikael Starvik <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Cc: Andreas Schwab <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/cris/arch-v32/boot/

(Try #2) [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-01 Thread WANG Cong
>> -CC = gcc-cris -mlinux -march=v32 -I $(TOPDIR)/include >> +CC = gcc-cris -mlinux -march=v32 -I $(objtree)/include > >As in the mips case the right fix is to use: >> +CC = gcc-cris -mlinux -march=v32 -Iinclude -Iinclude2 > >In this way we pick up the includes also in the O=.. >case. Thanks, Sam

Re: [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-01 Thread Sam Ravnborg
On Tue, Jan 01, 2008 at 03:29:22PM +0800, WANG Cong wrote: > > TOPDIR is obsolete, use objtree instead. > This patch removes TOPDIR from all Cris Makefiles. > > Cc: Mikael Starvik <[EMAIL PROTECTED]> > Cc: Sam Ravnborg <[EMAIL PROTECTED]> > Signed-off-by: WANG Cong <[EMAIL PROTECTED]> > > --- >

[Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all Cris Makefiles. Cc: Mikael Starvik <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/cris/arch-v32/boot/compressed/Makefile b/arch/cris/arch-v32