gpt4 book ai didi

c - 带有反斜杠的多行配方和在 makefile 中没有反斜杠的多行配方之间的区别

转载 作者:行者123 更新时间:2023-12-03 22:47:10 24 4
gpt4 key购买 nike

在makefile中,有什么区别

targets : prerequisites
recipe command \
recipe command \
...


targets : prerequisites
recipe command
recipe-command
...

最佳答案

当通过使用反斜杠转义换行符来连接多行时,它们都将在同一个 shell 中运行。如果正在使用 shell 变量,这可能很重要。当每个命令出现在自己的行上时,它们都会在一个新的 shell 中运行。

关于c - 带有反斜杠的多行配方和在 makefile 中没有反斜杠的多行配方之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27559778/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com