makefile在cygwin上缺少分隔符 [英] makefile missing separator on cygwin

查看:295
本文介绍了makefile在cygwin上缺少分隔符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法弄清楚为什么会收到错误

I can't figure out why I'm getting the error

library.mak:95: *** missing separator.  Stop.

当我在cygwin上使用make时。该特定位置的代码为

When I use make on cygwin. The code at that specific spot is

$(eval $(RULES))

$(EXAMPLES) $(TESTPROGS) $(TOOLS): $(THIS_LIB) $(DEP_LIBS)
$(TESTPROGS): $(SUBDIR)$(LIBNAME)

examples: $(EXAMPLES)


推荐答案

您可以尝试:

git config --global core.autocrlf false

git config --global core.autocrlf false

再次检查存储库?

我想知道\r\\\
是不是在这里...

I'm wondering if the \r\n isn't at fault here...

这篇关于makefile在cygwin上缺少分隔符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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