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.
Make 是一个非常方便且功能强大的功能,用于开发和更具体地编译软件。它实际上使用什么过程来确定在必要时重新编译哪些文件(已触及的文件)与跳过未触及的文件?
它检查先决条件的修改日期并将其与目标的修改日期进行比较。如果任何先决条件更新,则重新构建该目标。
有一些特殊情况(例如虚假目标),但这就是它的全部内容。