Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Nov 2002 06:21:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Nov 2002 06:21:27 -0500 Received: from 167.imtp.Ilyichevsk.Odessa.UA ([195.66.192.167]:33550 "EHLO Port.imtp.ilyichevsk.odessa.ua") by vger.kernel.org with ESMTP id ; Sun, 3 Nov 2002 06:21:26 -0500 Message-Id: <200211031122.gA3BMbp27805@Port.imtp.ilyichevsk.odessa.ua> Content-Type: text/plain; charset="us-ascii" From: Denis Vlasenko Reply-To: vda@port.imtp.ilyichevsk.odessa.ua To: Roman Zippel , Kai Germaschewski Subject: 2.5: troubles with piping make output Date: Sun, 3 Nov 2002 14:14:35 -0200 X-Mailer: KMail [version 1.3.2] Cc: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 452 Lines: 14 My favorite way of running make is make "$@" 2>&1 | tee --append !make.log but in 2.5.45 it does not work. Removing '| tee ...' part fixes it, but I'd like to retain the old way for obvious reasons. -- vda - 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/