【发布时间】:2010-11-05 09:16:30
【问题描述】:
automake 中有 2 种赋值变体。 = 和 := 它们之间有区别吗?
【问题讨论】:
标签: automake assignment-operator
automake 中有 2 种赋值变体。 = 和 := 它们之间有区别吗?
【问题讨论】:
标签: automake assignment-operator
不止这两个,它们来自 makefile,而不是专门的 automake。
【讨论】:
:= 赋值并将-Wall 传递给AM_INIT_AUTOMAKE,则会收到以下错误:Makefile.am:12: `:='-style assignments are not portable