@set -e"在&QUOT“@”的含义;在Makefile文件的命令 [英] Meaning of '@' in "@set -e" command in Makefiles

查看:457
本文介绍了@set -e"在&QUOT“@”的含义;在Makefile文件的命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Makefile文件,在窗体的命令

In Makefile, in commands of the form

所有:
        @set -e; \\
        做更多的东西

我知道-e命令退出失败的壳套。什么是附加的 @ 到意义设置

I know the set -e commands the shell to to exit on failure. What is the significance of the @ attached to set?

推荐答案

在一个Makefile中, @ 符号表示该命令没有显示在屏幕上时,它是运行。

In a Makefile, the @ symbol means that the command is not echoed to the screen when it is run.

这篇关于@set -e"在&QUOT“@”的含义;在Makefile文件的命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆