On Tue, Jan 22, 2013 at 4:40 PM, Paolo Bonzini wrote:
> Il 22/01/2013 15:59, Stefan Hajnoczi ha scritto:
>> Why not seriously default to ./build/ for build products and get rid of
>> class in-tree builds?
>>
>> The build still happens inside the working tree by default but it will
>> be in a dedic
Il 22/01/2013 15:59, Stefan Hajnoczi ha scritto:
> Why not seriously default to ./build/ for build products and get rid of
> class in-tree builds?
>
> The build still happens inside the working tree by default but it will
> be in a dedicated ./build/ directory. We can easily rm -rf that
> directo
On Tue, Jan 22, 2013 at 03:27:26PM +0100, Paolo Bonzini wrote:
> Il 22/01/2013 11:00, Stefan Hajnoczi ha scritto:
> >> > I also just spent a long time trying to figure out why
> >> > my MacOS system wouldn't build after a git pull; turns
> >> > out that:
> >> > (1) we used to have a generated trace
Il 22/01/2013 11:00, Stefan Hajnoczi ha scritto:
>> > I also just spent a long time trying to figure out why
>> > my MacOS system wouldn't build after a git pull; turns
>> > out that:
>> > (1) we used to have a generated trace.h and we don't any more
>> > (2) make distclean doesn't remove trace.h
>
Peter Maydell writes:
> On 22 January 2013 10:00, Stefan Hajnoczi wrote:
>> On Mon, Jan 21, 2013 at 11:42:54PM +, Peter Maydell wrote:
>>> I have no idea whether we can make qemu's build process more
>>> resistant to that kind of diachronic change, but I mention it
>>> anyway :-)
>>
>> Yes,
On 22 January 2013 10:00, Stefan Hajnoczi wrote:
> On Mon, Jan 21, 2013 at 11:42:54PM +, Peter Maydell wrote:
>> I have no idea whether we can make qemu's build process more
>> resistant to that kind of diachronic change, but I mention it
>> anyway :-)
>
> Yes, this is an annoying weakness in
On Mon, Jan 21, 2013 at 11:42:54PM +, Peter Maydell wrote:
> There seems to be something wrong with the dependencies
> or makefile runes for some of the trace infrastructure.
>
> For example:
> pm215@canth:~/src/qemu/qemu$ less trace/generated-tracers.c
> /* This file is autogenerated by trace
There seems to be something wrong with the dependencies
or makefile runes for some of the trace infrastructure.
For example:
pm215@canth:~/src/qemu/qemu$ less trace/generated-tracers.c
/* This file is autogenerated by tracetool, do not edit. */
pm215@canth:~/src/qemu/qemu$ git status trace/generat