当文件不可读时,makefile 错误“错误检查上下文:'无权限读取”

当文件不可读时,makefile 错误“错误检查上下文:'无权限读取”

我遇到了以下错误:

make deploy_test
error checking context: 'no permission to read from '.../ssh-priv-key''.
make: *** [Makefile:24: build_deploy] Error 1

此 ssh-priv-key 文件故意设置为用户不可读。如何避免此权限问题导致 makefile 无法按预期运行?

我无法在网络搜索中找到任何内容,也找不到任何相关内容man make。我正在使用 GNU Make。

相关内容