From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.redhat.com ([66.187.237.31]:59258 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752615AbZGaM5j (ORCPT ); Fri, 31 Jul 2009 08:57:39 -0400 From: David Howells In-Reply-To: <200907311227.20132.elendil@planet.nl> References: <200907311227.20132.elendil@planet.nl> Subject: Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc) Date: Fri, 31 Jul 2009 13:57:34 +0100 Message-ID: <17615.1249045054@redhat.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Frans Pop Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, David Woodhouse Frans Pop wrote: > Near the end of the 'make oldconfig' I got into an endless loop. I never > even got a chance to make a choice, it just continued looping on the > display. It works fine for me, using a GNUmakefile with: CROSS_COMPILE := hppa-linux- ARCH := parisc set. I used whatever was latest from Linus's tree. I did just hold enter down to select all the defaults. David