Automake 静默规则(默认情况下打开?)

发布于 2024-11-28 05:47:30 字数 446 浏览 1 评论 0 原文

automake 的“silent-rules”选项的文档指出,默认情况下静默规则将被关闭,并且仅当用户在运行配置时特别要求时才会打开:

http://www.gnu.org/software/automake/manual/html_node/Options.html#index-Option_002c-_0040option_007bsilent_002drules_007d-915

我真的很想知道如何获得静默规则默认情况下打开,并通过选项禁用。我可以立即想到一些方法,但是你们可能知道一些特别官方或干净的方法吗?

The documentation for automake's "silent-rules" option states that silent rules will be turned off by default, and will only be turned on if the user specifically asks for them when running configure:

http://www.gnu.org/software/automake/manual/html_node/Options.html#index-Option_002c-_0040option_007bsilent_002drules_007d-915

I would really love to know how to get silent rules turned on by default, and instead disabled by option. I can think of a few ways off the top of my head, but are there any especially official or clean ways you guys might know?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江挽川 2024-12-05 05:47:30
AM_SILENT_RULES([yes])

初始化后立即在configure.ac中。

请参阅: http://www.flameeyes.eu/autotools-mythbuster/automake/silent .html

AM_SILENT_RULES([yes])

in configure.ac immediately after initialization.

see: http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文