qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V3 1/5] libqblock build system


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V3 1/5] libqblock build system
Date: Wed, 19 Sep 2012 11:57:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

Il 19/09/2012 08:35, Wenchao Xia ha scritto:
>>>
>>> +QEMU_OBJS=$(tools-obj-y) $(block-obj-y)
>>> +QEMU_OBJS_FILTERED=$(filter %.o,$(QEMU_OBJS))
>>
>> What does this filter out?
>>
>   $(block-obj-y) contains /block, which would cause trouble in building,
> so filtered it out.

I think that's because you have to call unnest-vars, not unnest-vars-1.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]