我是靠谱客的博主 酷炫云朵,最近开发中收集的这篇文章主要介绍makefile中指定路径_在Makefile中指定–no-print-directory,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
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所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复