From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsE8o-0005hI-5V for qemu-devel@nongnu.org; Sat, 03 May 2008 05:34:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsE8k-0005gh-Lz for qemu-devel@nongnu.org; Sat, 03 May 2008 05:34:48 -0400 Received: from [199.232.76.173] (port=53039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsE8j-0005gT-R8 for qemu-devel@nongnu.org; Sat, 03 May 2008 05:34:46 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsE8j-0004ay-4o for qemu-devel@nongnu.org; Sat, 03 May 2008 05:34:45 -0400 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080503093818.WRPI17818.mtaout02-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Sat, 3 May 2008 10:38:18 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20080503093915.LIWB219.aamtaout01-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Sat, 3 May 2008 10:39:15 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1JsE8f-00028K-Hp for qemu-devel@nongnu.org; Sat, 03 May 2008 11:34:41 +0200 Date: Sat, 3 May 2008 10:34:41 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] configure: silence test for brlapi Message-ID: <20080503093441.GA8032@implementation> References: <20080503083951.GA32346@tapir> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080503083951.GA32346@tapir> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Carlo Marcelo Arenas Belon, le Sat 03 May 2008 03:39:51 -0500, a écrit : > The following patch, sends the output for the test of brlapi to /dev/null > instead of the currently defined log file as it is left unused otherwise > in /tmp of the build server. Oh right, I had just copied the SDL code, which must not fail, thus the log file. Samuel