Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Nov 2002 15:04:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Nov 2002 15:04:47 -0500 Received: from smtpzilla5.xs4all.nl ([194.109.127.141]:30993 "EHLO smtpzilla5.xs4all.nl") by vger.kernel.org with ESMTP id ; Sun, 3 Nov 2002 15:04:46 -0500 Date: Sun, 3 Nov 2002 21:10:54 +0100 (CET) From: Roman Zippel X-X-Sender: roman@serv To: Denis Vlasenko cc: Sam Ravnborg , Kai Germaschewski , Subject: Re: 2.5: troubles with piping make output In-Reply-To: <200211031946.gA3JkIp29186@Port.imtp.ilyichevsk.odessa.ua> Message-ID: References: <200211031122.gA3BMbp27805@Port.imtp.ilyichevsk.odessa.ua> <20021103182805.GA1057@mars.ravnborg.org> <200211031946.gA3JkIp29186@Port.imtp.ilyichevsk.odessa.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1429 Lines: 42 Hi, On Sun, 3 Nov 2002, Denis Vlasenko wrote: > * > * Processor type and features > * > Processor family (386, 486, 586/K5/5x86/6x86/6x86MX, Pentium-Classic, Pentium-MMX, Pentium-Pro/Celeron/Pentium-II, Pentium-III/Celeron(Coppermine), Pentium-4, K6/K6-II/K6-III, Athlon/Duron/K7, Elan, Crusoe, Winchip-C6, Winchip-2, Winchip-2A/Winchip-3, CyrixIII/VIA-C3) [386] (NEW) > > and it politely waits for my input. > > Looks like fflush() got forgotten somewhere ;) What shell are you using? This is what should happen: $ make 2>&1 | tee make[1]: `scripts/kconfig/conf' is up to date. ./scripts/kconfig/conf -s arch/i386/Kconfig # # using defaults found in .config # * * Restart config... * * * Processor type and features * Processor family (386, 486, 586/K5/5x86/6x86/6x86MX, Pentium-Classic, Pentium-MMX, Pentium-Pro/Celeron/Pentium-II, Pentium-III/Celeron(Coppermine), Pentium-4, K6/K6-II/K6-III, Athlon/Duron/K7, Elan, Crusoe, Winchip-C6, Winchip-2, Winchip-2A/Winchip-3, CyrixIII/VIA-C3) [Pentium-Pro/Celeron/Pentium-II] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. make: *** [include/linux/autoconf.h] Error 1 bye, Roman - 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/