29.04.2014 10:29, Paolo Bonzini wrote:
[]
> What about this instead, does it do the same?
>
> diff --git a/rules.mak b/rules.mak
> index 5c454d8..7038576 100644
> --- a/rules.mak
> +++ b/rules.mak
> @@ -228,6 +228,7 @@ endef
> define unnest-vars
> $(eval obj := $1)
> $(eval nested-vars := $2)
>
Il 29/04/2014 09:28, Fam Zheng ha scritto:
>
> What about this instead, does it do the same?
Yes, it's better!
Ok, I'll take care of this patch then.
Paolo
On Tue, 04/29 08:29, Paolo Bonzini wrote:
> Il 29/04/2014 05:29, Fam Zheng ha scritto:
> > The compiling is done in a subdir, so the extraction of per-object libs
> > and cflags are referencing objects with ../ prefixed. So prefix the
> > per-object variables "foo.o-cflags" and "foo.o-libs" to
> >
Il 29/04/2014 05:29, Fam Zheng ha scritto:
> The compiling is done in a subdir, so the extraction of per-object libs
> and cflags are referencing objects with ../ prefixed. So prefix the
> per-object variables "foo.o-cflags" and "foo.o-libs" to
> "../foo.o-cflags" and "../foo.o-libs".
>
> Signed-o
29.04.2014 07:29, Fam Zheng wrote:
> The compiling is done in a subdir, so the extraction of per-object libs
> and cflags are referencing objects with ../ prefixed. So prefix the
> per-object variables "foo.o-cflags" and "foo.o-libs" to
> "../foo.o-cflags" and "../foo.o-libs".
>
> Signed-off-by: F
The compiling is done in a subdir, so the extraction of per-object libs
and cflags are referencing objects with ../ prefixed. So prefix the
per-object variables "foo.o-cflags" and "foo.o-libs" to
"../foo.o-cflags" and "../foo.o-libs".
Signed-off-by: Fam Zheng
---
Makefile.target | 11 ++-