On Sat, Jun 27, 2009 at 6:32 AM, Pavel Roskin<pro...@gnu.org> wrote: > On Fri, 2009-06-26 at 11:13 +0800, Bean wrote: >> On Fri, Jun 26, 2009 at 3:31 AM, Pavel Roskin<pro...@gnu.org> 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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel