From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964930AbXDAU6y (ORCPT ); Sun, 1 Apr 2007 16:58:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965109AbXDAU6y (ORCPT ); Sun, 1 Apr 2007 16:58:54 -0400 Received: from raven.upol.cz ([158.194.120.4]:53402 "EHLO raven.upol.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964930AbXDAU6x (ORCPT ); Sun, 1 Apr 2007 16:58:53 -0400 Date: Sun, 1 Apr 2007 23:08:03 +0200 To: Sam Ravnborg Cc: LKML , Andi Kleen , Andrew Morton Subject: Re: [pp] kbuild: asm-offsets generalized Message-ID: <20070401210803.GF10959@flower.upol.cz> References: <200702091109.20061.ak@muc.de> <1171024771.2718.129.camel@localhost.localdomain> <20070209141728.GA26749@uranus.ravnborg.org> <1171034599.2718.190.camel@localhost.localdomain> <1171323696.19842.29.camel@localhost.localdomain> <20070213031044.GA17046@flower.upol.cz> <20070216155527.GA14687@flower.upol.cz> <20070216155929.GA14713@flower.upol.cz> <20070401204203.GA10761@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070401204203.GA10761@uranus.ravnborg.org> Organization: Palacky University in Olomouc, experimental physics department. User-Agent: Mutt/1.5.13 (2006-08-11) From: Oleg Verych Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 01, 2007 at 10:42:03PM +0200, Sam Ravnborg wrote: > On Fri, Feb 16, 2007 at 04:59:29PM +0100, Oleg Verych wrote: [] > > [patch proposition] kbuild: asm-offsets generalized [] > > * (hopefully) more readable sed scripts, > > > > * top Kbuild may be updated... [] > > Can I ask you to provide a complete patch that replaces the current > asm-offset stuff with your more readable script version. OK, unless this is 1st April joke ;) > > * scripts/mkCconstants: > > - asm-offsets magic demystified, generalized, > Name the script: mkasm-offset.sh to make a direct connection to > the resulting .h file name. OK, nice name. > > > > * file needs `chmod u+x`, i don't know, how it's done in patch(1). BTW, i'll look at git-diff/git-apply for doing that, as was noted by Linus. ____