gpt4 book ai didi

c - 如何在makefile中写入安装标签?

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

install: bank
if[ -d $(INSTDIR) ];\
then\
cp bank $(INSTDIR);\
echo "Installed in $(INSTDIR)";\
else\
echo "Sorry";\
fi

我正在 install 标签中编写此脚本,但出现此错误。任何人都可以建议我做错了什么。

error->
if[ -d /home/salman/Desktop ];\
then\
cp bank /home/salman/Desktop;\
echo "Installed in /home/salman/Desktop";\
else\
echo "Sorry";\
fi
/bin/sh: -c: line 6: syntax error near unexpected token `fi'
/bin/sh: -c: line 6: `fi'
make: *** [install] Error 1

最佳答案

在“if”和“[”之间添加一个空格。语法错误是由于缺少空格。

关于c - 如何在makefile中写入安装标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28403379/

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