提交 d7c5679b 编写于 作者: J Ján Tomko

build: error out when check-augeas fails

Fixes: 2ffbdabbSigned-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 c314222a
......@@ -342,7 +342,7 @@ check-augeas: $(augeas_DATA) $(augeastest_DATA)
FILE=$$(basename "$$f"); \
"$(AUGPARSE)" \
-I "$(srcdir)/$$DIR" -I "$(builddir)/$$DIR" \
"$$DIR/$$FILE"; \
"$$DIR/$$FILE" || exit 1; \
done; \
fi
.PHONY: check-augeas
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册