From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YST7D-00059C-E7 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:22:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YST7A-0000zt-45 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:22:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YST79-0000zc-TE for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:22:40 -0500 Message-ID: <54F48E43.7090006@redhat.com> Date: Mon, 02 Mar 2015 17:22:27 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1424332114-13440-1-git-send-email-mst@redhat.com> <54F0BA1A.5080509@redhat.com> <20150228005715.GA30630@ad.nay.redhat.com> <54F48753.4070308@redhat.com> In-Reply-To: <54F48753.4070308@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] Makefile: don't silence mak file test with V=1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Fam Zheng Cc: peter.maydell@linaro.org, "Michael S. Tsirkin" , Michael Tokarev , qemu-devel@nongnu.org, blauwirbel@gmail.com, Stefan Hajnoczi , =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= On 02/03/2015 16:52, Eric Blake wrote: > On 02/27/2015 05:57 PM, Fam Zheng wrote: >> On Fri, 02/27 19:40, Paolo Bonzini wrote: >>> >>> >>> On 19/02/2015 08:48, Michael S. Tsirkin wrote: >>>> V=1 should show what's going on, it's not nice to silence >>>> things unconditionally. > >>> Squashing this to make the non-verbose messages clearer, ok? > > Also, s/mak/make/ in the subject It would be more like s/mak/.mak/ :) But I've already sent a pull request. Paolo