如何在配置/制作结束时打印消息?
我正在尝试使用 GNU 自动工具设置软件包,并希望收到一条消息“构建成功!”在用户运行 make(配置后)后输出。我将如何实现这样的功能?谢谢
I'm trying to setup a software package with GNU autotools and would like for a message "Build successful!" to be outputted after a user has run make (after configure). How would I implement such a feature? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有干净的方法可以做到这一点。您可以将打印输出添加到顶级 make 目标:
There is no clean way of doing it. You can add a printout to the top-level make target: