make {deploy,infest}: fail when make eval fails

This commit is contained in:
tv 2016-02-01 03:08:54 +01:00
parent c3c4aac670
commit c53bbec71d

View File

@ -24,7 +24,8 @@ else ifdef system
deploy infest:;@
export get=krebs.$@
export filter=json
make -s eval | sh
script=$$(make -s eval)
echo "$$script" | sh
.PHONY: deploy2
ifdef target