grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Support splitting SOURCE in multiple rmk files


From: Bean
Subject: Re: [PATCH] Support splitting SOURCE in multiple rmk files
Date: Sat, 27 Jun 2009 11:44:16 +0800

On Sat, Jun 27, 2009 at 6:32 AM, Pavel Roskin<address@hidden> wrote:
> On Fri, 2009-06-26 at 11:13 +0800, Bean wrote:
>> On Fri, Jun 26, 2009 at 3:31 AM, Pavel Roskin<address@hidden> wrote:
>
>> > While at that, it would be nice to use a special notation for the
>> > partial dependencies.
>> >
>> > Something like:
>> >
>> > aa:+ aa.o
>> > aa:+ bb.o
>>
>> Hi,
>>
>> Is this new syntax for GNU make ? My version report error when using :+ .
>
> No.  I suggested syntax that would indicate that it's not a complete
> make rule.
>
> If we use Ruby to join the rules, we can replace ":+" with ":" in the
> result.

Hi,

Oh, actually aa: aa.o is already a ruby generated rule, it doesn't
exist in rmk file. The original line from rmk would be something like
this:

aa_SOURCES += aa.c


-- 
Bean




reply via email to

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