Re: [uml-devel] [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: [uml-devel] [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

[uml-devel] [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