提交 e328c8d4 编写于 作者: J Jacob Champion 提交者: Jacob Champion

extensions: fail build if gpcloud doesn't compile/install

The recipe didn't properly chain the $(MAKE) invocations; any failures
when building or installing gpcloud were ignored.
上级 6b25c0a8
......@@ -32,7 +32,7 @@ mapreduce:
gpcloud:
@if [ "$(enable_gpcloud)" = "yes" ]; then \
echo "gpcloud enabled"; \
$(MAKE) -C gpcloud; \
$(MAKE) -C gpcloud && \
$(MAKE) -C gpcloud/bin/gpcheckcloud; \
fi
......@@ -47,7 +47,7 @@ install:
$(MAKE) -C gpmapreduce install; \
fi
@if [ "$(enable_gpcloud)" = "yes" ]; then \
$(MAKE) -C gpcloud install; \
$(MAKE) -C gpcloud install && \
$(MAKE) -C gpcloud/bin/gpcheckcloud install; \
fi
@if [ "$(with_pxf)" = "yes" ]; then \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册