Re: (Try #2) [Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2008-01-02 Thread Sam Ravnborg
On Wed, Jan 02, 2008 at 10:02:55AM -0500, Jeff Dike wrote: > On Tue, Jan 01, 2008 at 09:01:25PM +0800, WANG Cong wrote: > > TOPDIR is obsolete, use srctree instead. > > This patch removes TOPDIR from all UML Makefiles. > > Thanks, I'll send this to Andrew. Thanks Jeff. Sam -- To unsubscr

Re: (Try #2) [Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2008-01-02 Thread Jeff Dike
On Tue, Jan 01, 2008 at 09:01:25PM +0800, WANG Cong wrote: > TOPDIR is obsolete, use srctree instead. > This patch removes TOPDIR from all UML Makefiles. Thanks, I'll send this to Andrew. Jeff -- Work email - jdike at linux dot intel dot com -- To unsubscribe fro

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

2008-01-01 Thread WANG Cong
On Tue, Jan 01, 2008 at 11:49:42AM +0100, Sam Ravnborg wrote: >On Tue, Jan 01, 2008 at 11:33:42AM +0100, Sam Ravnborg wrote: >> On Tue, Jan 01, 2008 at 03:18:46PM +0800, WANG Cong wrote: >> > >> > TOPDIR is obsolete, use objtree instead. >> > This patch removes TOPDIR from all UML Makefiles. >> >

Re: [Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2008-01-01 Thread Sam Ravnborg
On Tue, Jan 01, 2008 at 11:33:42AM +0100, Sam Ravnborg wrote: > On Tue, Jan 01, 2008 at 03:18:46PM +0800, WANG Cong wrote: > > > > TOPDIR is obsolete, use objtree instead. > > This patch removes TOPDIR from all UML Makefiles. > > > > I do not feel confident with these changes. > In some places I

Re: [Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2008-01-01 Thread Sam Ravnborg
On Tue, Jan 01, 2008 at 03:18:46PM +0800, WANG Cong wrote: > > TOPDIR is obsolete, use objtree instead. > This patch removes TOPDIR from all UML Makefiles. > I do not feel confident with these changes. In some places I had expected to see srctree and not objtree. I would like to see this tested

[Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all UML Makefiles. Cc: Jeff Dike <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/um/Makefile b/arch/um/Makefile index ba6813a..57491af 100644 --- a