Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932638AbZACUJf (ORCPT ); Sat, 3 Jan 2009 15:09:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759424AbZACUJY (ORCPT ); Sat, 3 Jan 2009 15:09:24 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:47345 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751571AbZACUJX (ORCPT ); Sat, 3 Jan 2009 15:09:23 -0500 Date: Sat, 3 Jan 2009 21:10:59 +0100 From: Sam Ravnborg To: Rob Landley Cc: Matthieu CASTET , Arkadiusz Miskiewicz , linux-kernel@vger.kernel.org, Embedded Linux mailing list , Andrew Morton , "H. Peter Anvin" Subject: Re: PATCH [0/3]: Simplify the kernel build by removing perl. Message-ID: <20090103201059.GA4875@uranus.ravnborg.org> References: <200901020207.30359.rob@landley.net> <200901020513.19593.rob@landley.net> <495E3AF8.6000006@parrot.com> <200901031346.01325.rob@landley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901031346.01325.rob@landley.net> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1538 Lines: 34 > > I'll fix this and resubmit, it just wasn't ready last night. (If the merge > window is closing soon I could resubmit the other two with Sam's suggestions > and resubmit this one next time 'round, but it was only a couple days to write > in the first place, once I finally figured out what the perl version was > trying to _do_...) For kbuild only fixes and trivial stuff will be merged until next merge window. Neither of the three patches fall into that category. With respect to your three patches the plan is to: - add the updated timeconst patch to kbuild-next - add the updated cpu-feature patch to kbuild-next - the patch touching headers_install will not be merged. The way forward for headers_install is to combine the unifdef feature and the header modifications. And this must be in a single program that can process all headers in one go so the install process becomes so fast that we do not worry about if it was done before or not. Then we can avoid all the .* files in the directory where we isntall the headers. The program is a prime candidate for a small C program and I hope someone can take the challenge to write it. Migrating from perl to shell does not help us here and the shell version was less readable than the perl version. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/