Makefile调试基本,无需执行 [英] Makefile debug basic without execution

查看:56
本文介绍了Makefile调试基本,无需执行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以获得与 make --debug = basic 相同的输出没有要执行的编译命令?

Is it possible to get the same output of make --debug=basic without the compiling commands to be executed?

我想得到与 make --just-print 相同的行为但是带有 make --debug = basic 的输出.

I would like to get the same behaviour of a make --just-print but with make --debug=basic's output.

推荐答案

来自@Beta的评论: make --debug = basic --just-print 可以完成工作.

From @Beta's comment: make --debug=basic --just-print does the job.

这篇关于Makefile调试基本,无需执行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆