automake中赋值运算符的区别
automake 中有两种分配方式。 = 和 := 它们之间有区别吗?
There are 2 variants of assignments in automake.
= and :=
Is there a difference between them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不止这两个,它们来自 makefile,而不是专门来自 automake。
请参阅 Makefile 变量赋值
There's more than those two and they're from makefiles, not automake specifically.
See Makefile variable assignment