Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 2 Nov 2002 23:40:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 2 Nov 2002 23:40:26 -0500 Received: from air-2.osdl.org ([65.172.181.6]:26337 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Sat, 2 Nov 2002 23:40:25 -0500 Date: Sat, 2 Nov 2002 20:42:46 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: To: Alan Cox cc: "J.A. =?ISO-8859-1?Q?Magall=F3n?=" , Linux Kernel Mailing List Subject: Re: Kconfig (qt) -> Gconfig (gtk) In-Reply-To: <1036287009.18289.5.camel@irongate.swansea.linux.org.uk> Message-ID: 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: 1081 Lines: 36 On 3 Nov 2002, Alan Cox wrote: | On Sun, 2002-11-03 at 00:06, J.A. Magall?n wrote: | > As I see it, the onle thing that should be included in a standard kernel | > would be something like a kconfig-xaw, that is sure to be on every box that | > has X, and could be a reference implementation. | | Lots of people no longer include Xaw either nowdays 8) | | Probably the easiest way to do this would be to move the GUI tools out | of the kernel (or maybe leave the common useful ones) and have make | guiconfig do | | if [ -f /usr/sbin/kernel-gui-config ] ; then | /usr/sbin/kernel-gui-config | elif got_qt() ; then | qt config | elif got_gtk() ; then | gtk_config | else | warnign message | make config make menuconfig || make oldconfig || make config | fi | - Please don't stick us with 'make config'. :) -- ~Randy - 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/