From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOwlK-0008P2-VN for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:14:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOwlK-0008Nj-F3 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:14:06 -0500 Received: from [199.232.76.173] (port=55386 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOwlK-0008NZ-3f for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:14:06 -0500 Received: from mx20.gnu.org ([199.232.41.8]:50885) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOwlJ-0002zv-Tj for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:14:05 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOwlI-0005x6-T9 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:14:05 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 0/5] Makefile enhancements Date: Mon, 19 Jan 2009 16:14:01 +0000 References: <1232365643-6417-1-git-send-email-avi@redhat.com> <4974A467.20605@codemonkey.ws> In-Reply-To: <4974A467.20605@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901191614.02539.paul@codesourcery.com> 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 Cc: Avi Kivity On Monday 19 January 2009, Anthony Liguori wrote: > Avi Kivity wrote: > > Minor makefile cleanups; the most significant is the last patch which > > updates the makefile to generate Linux-style simpified output by default. > > I like this series especially because I often miss warnings because of > the scrolling mess. Does anyone have an objection to it? I haven't tested it, but looks ok in principle. Paul