Re: Checking application of dependencies from make rules without recipes

2017-06-27 Thread SF Markus Elfring
> I can only assume you are referring to this pattern rule: > >> %.cmo: %.ml %.cmi >> $(o_compilation) '$<' > $@ > > and you're saying that if the .cmi file cannot be created, that make > should not consider this an error. I became also curious on how the clarification will evolve for th

[PATCH v2] Consistent variable name make less confusion

2017-06-27 Thread Cao jin
When @node "call Function" is outputted in Info format, there are inconsistent inconsistent variable names between example and description. @var is used to indicate metasyntactic variables, and will change the case of the argument to all uppercase in Info file. @code is more suitable in this case.

Re: [PATCH 2/2] Consistent variable name make less confusion

2017-06-27 Thread Cao jin
Find that I missed more similar case in this node, please ignore this one, I will send v2. -- Sincerely, Cao jin On 06/21/2017 12:17 PM, Cao jin wrote: > In chapter 8.7 "The `call' Function" of `info make`, there is inconsistent > variable name between example and description as following: > >