From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbSSN-000570-C3 for qemu-devel@nongnu.org; Thu, 22 Nov 2012 03:48:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbSSM-0006Bk-CY for qemu-devel@nongnu.org; Thu, 22 Nov 2012 03:48:23 -0500 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:58124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbSSL-0006BW-RE for qemu-devel@nongnu.org; Thu, 22 Nov 2012 03:48:22 -0500 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Nov 2012 18:42:53 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qAM8bafK52625494 for ; Thu, 22 Nov 2012 19:37:37 +1100 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qAM8m86M001433 for ; Thu, 22 Nov 2012 19:48:09 +1100 Message-ID: <50ADE679.3090106@linux.vnet.ibm.com> Date: Thu, 22 Nov 2012 16:46:49 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1353550066-3923-1-git-send-email-xiawenc@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 1.3 V3] Build system fix distclean error for pixman List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: kwolf@redhat.com, pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, stefanha@gmail.com > On 22 November 2012 02:07, Wenchao Xia wrote: >> Currently Makefile test if pixman have configure log, but the script directly >> return error if that file do not exist. This patch fix it. >> >> v2: print out the command. >> v3: resend as a stand alone fix patch, add reviewer. > > Really v2/v3 info should go below '---' but never mind. > > You didn't put "for-1.3" in the patch tag in the subject > so I have added it. > > -- PMM > Thanks for the correcting, by referencing to other patches for v1.3, I changed the subject to PATCH for 1.3 V3, hope it can draw attention. -- Best Regards Wenchao Xia