GNU make manual 翻译(六十九)
Rules undergo secondary expansion in makefile order, except that the rule with the recipe is always evaluated last. The variables `$$?' and `$$*' are not available and expand to the empty string.
二次扩展遵循 makefile中的自然顺序,除了 片段中的 部分总是最后被扩展。
变量 $$? 和 $$* 不可用,会扩展为 空串。
后文待续