Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 4 Dec 2001 09:44:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 4 Dec 2001 09:43:11 -0500 Received: from ns.caldera.de ([212.34.180.1]:1474 "EHLO ns.caldera.de") by vger.kernel.org with ESMTP id ; Tue, 4 Dec 2001 08:31:00 -0500 Date: Tue, 4 Dec 2001 14:29:58 +0100 From: Christoph Hellwig To: "Eric S. Raymond" , Keith Owens , kbuild-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: Re: [kbuild-devel] Converting the 2.5 kernel to kbuild 2.5 Message-ID: <20011204142958.A14069@caldera.de> Mail-Followup-To: Christoph Hellwig , "Eric S. Raymond" , Keith Owens , kbuild-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, torvalds@transmeta.com In-Reply-To: <1861.1007341572@kao2.melbourne.sgi.com> <20011204131136.B6051@caldera.de> <20011204072808.A11867@thyrsus.com> <20011204133932.A8805@caldera.de> <20011204074815.A12231@thyrsus.com> <20011204140050.A10691@caldera.de> <20011204081640.A12658@thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011204081640.A12658@thyrsus.com>; from esr@thyrsus.com on Tue, Dec 04, 2001 at 08:16:40AM -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 04, 2001 at 08:16:40AM -0500, Eric S. Raymond wrote: > N separate implementations means N dialects and N**2 compatibility problems. > Nicer just to have *one* parser, *one* compiler, and *one* service class that > supports several thin front-end layers, yes? No? Oh man. When you think one implementation of a 'standard' is better then multiple go to the MS world. > > All of these tools just require the runtime contained in the LSB and no > > funky additional script languages. Also none needs a binary intermediate > > representation of the config. > > I quote Linus at the 2.5 kernel summit: "Python is not an issue." > Unless and until he changes his mind about that, waving around this > kind of argument is likely to do your case more harm than good. For me (and others) it is an issues. > If you want to re-open the case for saving CML1, you'd be better off > demonstrating how CML1 can be used to (a) automatically do implied > side-effects when a symbol is changed, With mconfig it can be implemented easily - I don't see the point in doing it, though. > (b) guarantee that the user > cannot generate a configuration that violates stated invariants, and What do you mean with that? > (c) unify the configuration tree so that the equivalents of arch/* > files never suffer from lag or skew when an architecture-independent > feature is added to the kernel. One toplevel config file can be implemented in CML1 easily, using mconfig or the old and ugly tools, it's just a question of changeing the rule base in tree. At last Alan think multiple toplevel files are a feature, not a bug (I don't agree with him on that) so it's a completly separate discussion. Christoph -- Of course it doesn't work. We've performed a software upgrade. - 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/