From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbTu2-0000II-Lf for qemu-devel@nongnu.org; Thu, 22 Nov 2012 05:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbTtw-0000Xe-K1 for qemu-devel@nongnu.org; Thu, 22 Nov 2012 05:21:02 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:59522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbTtw-0000Xa-DI for qemu-devel@nongnu.org; Thu, 22 Nov 2012 05:20:56 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so4763242eek.4 for ; Thu, 22 Nov 2012 02:20:55 -0800 (PST) Date: Thu, 22 Nov 2012 11:20:53 +0100 From: Stefan Hajnoczi Message-ID: <20121122102053.GG7598@stefanha-thinkpad.redhat.com> References: <1353550066-3923-1-git-send-email-xiawenc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353550066-3923-1-git-send-email-xiawenc@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V3] Build system fix distclean error for pixman List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: kwolf@redhat.com, pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, peter.maydell@linaro.org On Thu, Nov 22, 2012 at 10:07:46AM +0800, 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. > > Signed-off-by: Wenchao Xia > Reviewed-by: Peter Maydell > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Stefan Hajnoczi