gpt4 book ai didi

linux - 通过ssh'make'不编译

转载 作者:太空宇宙 更新时间:2023-11-04 11:05:09 25 4
gpt4 key购买 nike

我试图通过 ssh 执行一个 make 命令,但仍然不知道它不工作的原因:

到目前为止我做了:

直接在ssh上发送cmd

ssh root@server 'cd /path/;make foo'
make: *** No rule to make target `foo'. Stop.

ssh登录后

ssh root@server
root@server# cd /path/
root@server# make foo
ok

测试

ssh root@server 'echo blah;echo bleh'
blah
bleh

最佳答案

好的,经过将近一天的战斗我发现:

Why does an SSH remote command get fewer environment variables then when run manually?

谢谢大家

关于linux - 通过ssh'make'不编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25559287/

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