ensure a failed check aborts build

This commit is contained in:
Damien Elmes 2020-01-06 13:15:20 +10:00
parent fad2a66bc0
commit f3a6a661fe

View file

@ -69,7 +69,8 @@ clean-dist:
.PHONY: check
check: pyenv buildhash
@. pyenv/bin/activate && \
@set -e && \
. pyenv/bin/activate && \
$(SUBMAKE) -C rspy develop && \
$(SUBMAKE) -C pylib develop && \
for dir in $(CHECKABLE); do \