如何捕获并处理 Make 中的错误?
我正在使用 GNU Make 3.80。
在我的 Makefile_1 中,我正在调用 Makefile_2。在某些情况下,Makefile_2“抛出”错误。
有没有办法让我“捕获”和“处理”(在 Makefile_1 内)Makefile_2 可能抛出的错误?
I'm using GNU Make 3.80.
Within my Makefile_1, I am invoking Makefile_2. In certain circumstances, Makefile_2 "throws" an error.
Is there a way for me to "catch" and "handle" (within Makefile_1) the error that Makefile_2 might possibly throw?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您拥有所需的所有 shell 功能:
You have all the shell power you need: