Paolo Bonzini <pbonz...@redhat.com> 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" is not valid, I'm introducing a wrapper > macro to append one or more directories to the vpath. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Acked-by: Juan Quintela <quint...@redhat.com> Just created a new tree to get build fixes/changes and added this patch to it. It is located at: http://repo.or.cz/w/qemu/quintela.git/shortlog/refs/heads/build Later, Juan.