Re: [Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-13 Thread Luiz Capitulino
On Tue, 13 Dec 2011 09:22:39 -0600 Michael Roth wrote: > On 12/13/2011 08:33 AM, Adam Litke wrote: > > On Tue, Dec 13, 2011 at 10:23:18AM -0200, Luiz Capitulino wrote: > >> On Mon, 12 Dec 2011 17:38:36 -0600 > >> Michael Roth wrote: > >> > >>> On 12/12/2011 05:03 PM, Anthony Liguori wrote: > >>>

Re: [Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-13 Thread Michael Roth
On 12/13/2011 08:33 AM, Adam Litke wrote: On Tue, Dec 13, 2011 at 10:23:18AM -0200, Luiz Capitulino wrote: On Mon, 12 Dec 2011 17:38:36 -0600 Michael Roth wrote: On 12/12/2011 05:03 PM, Anthony Liguori wrote: On 12/07/2011 10:33 AM, Adam Litke wrote: Currently the make variable qapi-dir ref

Re: [Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-13 Thread Adam Litke
On Tue, Dec 13, 2011 at 10:23:18AM -0200, Luiz Capitulino wrote: > On Mon, 12 Dec 2011 17:38:36 -0600 > Michael Roth wrote: > > > On 12/12/2011 05:03 PM, Anthony Liguori wrote: > > > On 12/07/2011 10:33 AM, Adam Litke wrote: > > >> Currently the make variable qapi-dir refers to the qapi-generated

Re: [Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-13 Thread Luiz Capitulino
On Mon, 12 Dec 2011 17:38:36 -0600 Michael Roth wrote: > On 12/12/2011 05:03 PM, Anthony Liguori wrote: > > On 12/07/2011 10:33 AM, Adam Litke wrote: > >> Currently the make variable qapi-dir refers to the qapi-generated > >> directory in > >> absolute terms. This causes the harmless but ugly mak

Re: [Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-12 Thread Michael Roth
On 12/12/2011 05:03 PM, Anthony Liguori wrote: On 12/07/2011 10:33 AM, Adam Litke wrote: Currently the make variable qapi-dir refers to the qapi-generated directory in absolute terms. This causes the harmless but ugly make output below. By changing this variable to the relative path the output c

Re: [Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-12 Thread Anthony Liguori
On 12/07/2011 10:33 AM, Adam Litke wrote: Currently the make variable qapi-dir refers to the qapi-generated directory in absolute terms. This causes the harmless but ugly make output below. By changing this variable to the relative path the output conforms to the norm and the build works fine.

[Qemu-devel] [PATCH] build: Cleanup qga make output

2011-12-07 Thread Adam Litke
Currently the make variable qapi-dir refers to the qapi-generated directory in absolute terms. This causes the harmless but ugly make output below. By changing this variable to the relative path the output conforms to the norm and the build works fine. Before patch: CC/home/aglitke/src/qem