makefile中指定路径
The --no-print-directory option of make tells make not to print the message about entering and leaving the working directory. However, how to specify the --no-print-directory inside the Makefile itself?
该--no- print -directory的选择make告诉make不打印有关进入和离开工作目录的消息。 然而,如何指定--no-print-directory 里面 生成文件本身?
Add this line to the Makefile:
将此行添加到Makefile中:
MAKEFLAGS += --no-print-directory
You can also set MAKEFLAGS in a makefile, to specify additional flags that shou
最后
以上就是酷炫云朵最近收集整理的关于makefile中指定路径_在Makefile中指定–no-print-directory的全部内容,更多相关makefile中指定路径_在Makefile中指定–no-print-directory内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复