我是靠谱客的博主 酷炫云朵,这篇文章主要介绍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内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(128)

评论列表共有 0 条评论

立即
投稿
返回
顶部