Re: [Qemu-devel] Re: [PATCH] fix tool/libuser makefile race

2009-12-20 Thread Andreas Färber
Am 20.12.2009 um 19:38 schrieb Paolo Bonzini: On 12/20/2009 07:30 PM, Andreas Färber wrote: Am 20.12.2009 um 19:22 schrieb Paolo Bonzini: On 12/18/2009 07:59 PM, Andreas Färber wrote: Think of my porposed Makefile patch! Which one? In particular my add-on patch for libuser.a, which ta

Re: [Qemu-devel] Re: [PATCH] fix tool/libuser makefile race

2009-12-20 Thread Paolo Bonzini
On 12/20/2009 07:30 PM, Andreas Färber wrote: Am 20.12.2009 um 19:22 schrieb Paolo Bonzini: On 12/18/2009 07:59 PM, Andreas Färber wrote: Think of my porposed Makefile patch! Which one? In particular my add-on patch for libuser.a, which tackled exactly that issue: http://www.mail-archiv

Re: [Qemu-devel] Re: [PATCH] fix tool/libuser makefile race

2009-12-20 Thread Andreas Färber
Am 20.12.2009 um 19:22 schrieb Paolo Bonzini: On 12/18/2009 07:59 PM, Andreas Färber wrote: Think of my porposed Makefile patch! Which one? In particular my add-on patch for libuser.a, which tackled exactly that issue: http://www.mail-archive.com/qemu-devel@nongnu.org/msg20948.html A

Re: [Qemu-devel] Re: [PATCH] fix tool/libuser makefile race

2009-12-20 Thread Paolo Bonzini
On 12/18/2009 07:59 PM, Andreas Färber wrote: Think of my porposed Makefile patch! Which one? Paolo

Re: [Qemu-devel] Re: [PATCH] fix tool/libuser makefile race

2009-12-18 Thread Andreas Färber
Hey, Am 18.12.2009 um 17:16 schrieb Juan Quintela: Paolo Bonzini wrote: I just had this race happen on me while building qemu. The problematic file in my case was cutils.o. I'm using GNU make's order-only dependencies to avoid that "make recurse-all" builds the tools as well. Signed-o