Old but good.
[url]http://www.codeproject.com/Articles/31488/Makefiles-in-Linux-An-Overview[/url]
You should also notice the use of special characters (- and @) preceding the commands. As explained before, - tells make to continue processing even an error occurs and @ tells make not to print command before executing it.
[url]http://www.codeproject.com/Articles/31488/Makefiles-in-Linux-An-Overview[/url]
You should also notice the use of special characters (- and @) preceding the commands. As explained before, - tells make to continue processing even an error occurs and @ tells make not to print command before executing it.
本文提供了一个关于 Linux 下 Makefile 的概述,并介绍了一些特殊字符(-和@)的使用方法。这些特殊字符可以告诉 make 工具如何处理错误以及是否在执行前打印命令。
554

被折叠的 条评论
为什么被折叠?



