From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Fri, 30 Jan 2009 00:37:27 +0100 Subject: [Buildroot] svn commit: trunk/buildroot/target/linux In-Reply-To: <20090129230904.GA13929@cloud.net.au> References: <20090127125650.GA18250@cloud.net.au> <20090129230904.GA13929@cloud.net.au> Message-ID: <1233272247.4147.65.camel@elrond.atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net fre 2009-01-30 klockan 10:09 +1100 skrev Hamish Moffatt: > On Thu, Jan 29, 2009 at 03:33:08PM +0100, Ulf Samuelsson wrote: > >> The current logic of trying xconfig then menuconfig is very ugly - does > >> it allow you to abort xconfig without falling back? > > > > If you could abort the xconfig without running menuconfig, > > then you would not have a config file and the build would abort. > > What is the sense of that? > > You could have an exising config, start editing then change your mind. > You don't want menuconfig to launch in that case. > If you have an existing config, then buildroot will copy that to the linux directory, and neither menuconfig or xconfig will be launched. It is launched if buildroot does not find a suitable config. If you select to do make menuconfig, it will not launch xconfig. If you already have a .config, then you should do make linux-config or similar. BR Ulf Samuelsson > > Hamish