Re: [Qemu-devel] [PATCH] Use vpath directive

2010-01-08 Thread Anthony Liguori
On 12/21/2009 03:06 AM, Paolo Bonzini wrote: The vpath directive has two advantages over the VPATH variable: 1) it allows to skip searching of .o files; 2) the default semantics are to append to the vpath, so there is no confusion between "VPATH=xyz" and "VPATH+=xyz". Since "vpath %.c %.h PATH"

[Qemu-devel] [PATCH] Use vpath directive

2009-12-21 Thread Paolo Bonzini
The vpath directive has two advantages over the VPATH variable: 1) it allows to skip searching of .o files; 2) the default semantics are to append to the vpath, so there is no confusion between "VPATH=xyz" and "VPATH+=xyz". Since "vpath %.c %.h PATH" is not valid, I'm introducing a wrapper macro t