Currently on all 3 generators this will fail to do what the user might
intuitively expect, without error:
'sources': [
'foo.c',
],
'actions': [
{
'inputs': ['foo.c'],
...
}
]
foo.c will be used as an input to the action, but will not be compiled.
This may be correct/desirable, but no error is issued.
Original issue reported on code.google.com by bradnelson@google.com on 1 Feb 2011 at 1:55
Original issue reported on code.google.com by
bradnelson@google.com
on 1 Feb 2011 at 1:55