|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH V5 2/3] libxl: Introduce libxl_internal_types
On Tue, Jun 28, 2011 at 09:57, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx> wrote:
>
>> >> _libxl_%.h _libxl_%.c: libxl.idl gen%.py libxl%.py
>> >> $(PYTHON) gen$*.py libxl.idl __libxl_$*.h __libxl_$*.c
>> >
>> > If you simply s/gen$*.py/gentypes.py/ and s/libxl.idl/libxl$*.idl/g and
>> > leave the other patterns does this rule work for both IDL files?
>>
>> Yes, it's works, with a `mv libxl.idl libxl_types.idl`.
>
> Can you incorporate the _types into the rule itself or does make not
> allow for % to match zero-characters?
I tried, but make did not "see" the rules. So % need to be at least
one characters. I could incorporate just '_type', so we will know that
the rule is for types.
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|