一、作用
编译内核或者源代码
二、选项
- -d 显示全部调试信息
三、实例
[root@localhost nginx-1.22.0]# make -d |head -10GNU Make 3.82make: *** 没有指明目标并且找不到 makefile。 停止。Built for x86_64-redhat-linux-gnuCopyright (C) 2010 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.正在读入 makefiles...正在更新 makefile....正在考虑目标文件“GNUmakefile”。文件“GNUmakefile”不存在。......
