From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750827AbWFXV1J (ORCPT ); Sat, 24 Jun 2006 17:27:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751101AbWFXV1J (ORCPT ); Sat, 24 Jun 2006 17:27:09 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:3531 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S1750827AbWFXV1G (ORCPT ); Sat, 24 Jun 2006 17:27:06 -0400 Date: Sat, 24 Jun 2006 23:27:06 +0200 From: Sam Ravnborg To: Andrew Morton Cc: Keith Mannthey , linux-kernel@vger.kernel.org Subject: Re: 2.6.17-mm1 Message-ID: <20060624212706.GE2049@mars.ravnborg.org> References: <20060621034857.35cfe36f.akpm@osdl.org> <20060623143205.9b8bfa96.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060623143205.9b8bfa96.akpm@osdl.org> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 23, 2006 at 02:32:05PM -0700, Andrew Morton wrote: > On Fri, 23 Jun 2006 13:39:01 -0700 > "Keith Mannthey" wrote: > > > Andrew, > > When I make mrproper to clean the kernel tree with the -mm trees (at > > least the last few releases) I end up having to remove > > /include/linux/dwarf2-defs.h myself. This file is generated at build > > time but mrproper isn't cleaning it up. This file is always present > > in a tree that has been built but not in the origninal tree so a diff > > of the tree picks it up. > > > > Is this expected? > > > > No, it's not expected. That's due to the kgdb patches. > > Sam, what should we be doing here? The dwarf2-defs.h file is similar to the asm-offsets.h file. We need it before starting to build the kernel. So the only same solution would be to move it all to the Kbuild file in the top-level directory. Then we should also let same Kbuild file take care of cleaning up. I noticed that kgdb patches was dropped in -mm this time. Shall I try to cook up a patch next time you include kgdb? Sam