提交 ac02a36f 编写于 作者: O ohair

Merge

......@@ -255,10 +255,10 @@ endif
MAKE_CHECK :=$(call CheckVersions,$(MAKE_VER),$(REQUIRED_MAKE_VER))
sane-make:
@if [ "$(MAKE_CHECK)" != "same" -a "$(MAKE_CHECK)" != "newer" ]; then \
$(ECHO) "WARNING: The version of make being used is older than \n" \
$(ECHO) "ERROR: The version of make being used is older than \n" \
" the required version of '$(REQUIRED_MAKE_VER)'. \n" \
" The version of make found was '$(MAKE_VER)'. \n" \
"" >> $(WARNING_FILE) ; \
"" >> $(ERROR_FILE) ; \
fi
######################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册