--
You received this message because you are subscribed to the Google Groups "ninja-build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ninja-build...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "ninja-build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ninja-build...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I have another question/request regarding the caret functionality. It seems that the caret syntax always select the first build statement that depends on the given input file. This has two consequences for build statements that share the same input files. (a) which statement is chosen depends purely on their order in the ninja file, (b) there is no equivalent way to select the output files from the other build statement.
So if you are considering a new syntax for this, perhaps we can consider something like rulename: input, or input@rulename.
Thanks
Qingning