Re: [Qemu-devel] [PATCH V11 1/7] Build system fix distclean error for pixman

2012-11-24 Thread Blue Swirl
Thanks, applied this patch only. On Sat, Nov 24, 2012 at 9:27 AM, 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 p

[Qemu-devel] [PATCH V11 1/7] Build system fix distclean error for pixman

2012-11-24 Thread Wenchao Xia
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. This patch have been sent as a stand alone fix for 1.3, if it is already mer