使用 make 指定并行构建中的构建依赖关系

发布于 2024-10-06 19:42:26 字数 250 浏览 5 评论 0原文

这就是我所拥有的:

  1. 在使用源树中的一些可执行文件的文件夹下测试脚本。

  2. 上面使用的可执行文件的源位于源树中的单独文件夹下。

我想要实现的目标:

进行构建,确保首先完成#2,然后才完成#1。我如何指定这种依赖关系?该构建是并行构建,并且也在其他目录下构建其他源。

原因:因为在安装过程中,我想将 #2 中的可执行文件与 #1 中的测试脚本捆绑在一起。

This is what I have:

  1. Test scripts under a folder that use some executables in the source tree.

  2. Sources for the executables used above under a separate folder in the source tree.

What I want to achieve:

Do a build, make sure # 2 is done first and only then #1 is done. How do I specify this dependency ? The build is a parallel build and builds other sources under other directories too.

Why : Because during install I want to bundle the executables from # 2 along with the test scripts in #1.

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

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

发布评论

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

评论(1

§普罗旺斯的薰衣草 2024-10-13 19:42:26

只需为测试脚本添加适当的可执行文件依赖项即可。还有比这更多的事情吗?

Just make the appropriate executables dependencies of the test scripts. Is there more to it than that?

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