mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user