Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 22 Jul 2002 04:48:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 22 Jul 2002 04:48:38 -0400 Received: from ns.suse.de ([213.95.15.193]:22284 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id ; Mon, 22 Jul 2002 04:48:37 -0400 To: Roman Zippel Cc: Russell King , Keith Owens , Kai Germaschewski , Subject: Re: [patch] 2.5.25 net/core/Makefile References: X-Yow: Boys, you have ALL been selected to LEAVE th' PLANET in 15 minutes!! From: Andreas Schwab Date: Mon, 22 Jul 2002 10:51:43 +0200 In-Reply-To: (Roman Zippel's message of "Mon, 22 Jul 2002 10:37:41 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (ia64-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 30 Roman Zippel writes: |> Hi, |> |> On Mon, 22 Jul 2002, Russell King wrote: |> |> > Wouldn't it be better to fix the existing config tools to output "=n" |> > instead of "# CONFIG_foo is not set" ? IIRC they do the translation |> > back and forth internally anyway, so it should be just a matter of |> > removing some code from the tools. |> |> This would mean, tristate symbols had four states instead of three. The |> current shell based config systems simply don't see all symbols. They do, see for example load_config_file in scripts/Menuconfig, or around line 556 in script/Configure. |> Depending on the configuration a symbol could be unset or 'n'. A symbol is unset if it does not occur in .config at all. Having "# CONFIG_foo is not set" in .config is completely the same as "CONFIG_foo=n". Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 N?rnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." - 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/