mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00: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"); \
|
FILE=$$(basename "$$f"); \
|
||||||
"$(AUGPARSE)" \
|
"$(AUGPARSE)" \
|
||||||
-I "$(srcdir)/$$DIR" -I "$(builddir)/$$DIR" \
|
-I "$(srcdir)/$$DIR" -I "$(builddir)/$$DIR" \
|
||||||
"$$DIR/$$FILE"; \
|
"$$DIR/$$FILE" || exit 1; \
|
||||||
done; \
|
done; \
|
||||||
fi
|
fi
|
||||||
.PHONY: check-augeas
|
.PHONY: check-augeas
|
||||||
|
Loading…
Reference in New Issue
Block a user