Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ifeqGNU Make 中的指令和if函数有什么区别?我应该什么时候使用每个?它们是否不同,因为它们ifeq是由 GNU Make 中的“预处理器”解析的?
ifeq
if
该if函数用于条件扩展。ifeq函数和其他常规条件不能保证如果它们不为真,则不会扩展部分。查看链接(特别是第一个链接)以进行详细说明。