Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Nov 2002 15:47:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Nov 2002 15:47:50 -0500 Received: from smtpzilla3.xs4all.nl ([194.109.127.139]:46341 "EHLO smtpzilla3.xs4all.nl") by vger.kernel.org with ESMTP id ; Sun, 3 Nov 2002 15:47:48 -0500 Date: Sun, 3 Nov 2002 21:54:05 +0100 (CET) From: Roman Zippel X-X-Sender: roman@serv To: Russell King cc: Denis Vlasenko , Sam Ravnborg , Kai Germaschewski , Subject: Re: 2.5: troubles with piping make output In-Reply-To: <20021103202446.F5589@flint.arm.linux.org.uk> Message-ID: References: <200211031122.gA3BMbp27805@Port.imtp.ilyichevsk.odessa.ua> <20021103182805.GA1057@mars.ravnborg.org> <200211031946.gA3JkIp29186@Port.imtp.ilyichevsk.odessa.ua> <20021103202446.F5589@flint.arm.linux.org.uk> 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: 1042 Lines: 26 Hi, On Sun, 3 Nov 2002, Russell King wrote: > No thanks. That breaks my build scripts. I don't want to go logging into > multiple machines just to run make oldconfig when the old system worked > perfectly well. > > "perfectly well" here means that make oldconfig worked over ssh, with the > local end logging the stdout to a file as well as the terminal, with stdin > from the terminal. It is quite reasonable to expect the configuration to > continue as normal. Huh? What do you mean? oldconfig still works as before, above only happens if you touch .config or a Kconfig file, kconfig tries to automatically update .config and will fail if stdio is redirected, but needs user input. The problem is not a missing fflush, the question is why kconfig couldn't detect the pipe. 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/