mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
build: error out when check-augeas fails
Fixes: 2ffbdabb85
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
c314222a01
commit
d7c5679bc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user