Skip to content

Makefile: Fail the build if it fails

Andreas Gnau requested to merge agnau-fail-build-on-build-failure into devel

When invoking make recursively, fail the build if it one of the invocations fails. This way errors get discovered early instead of later when build artifacts are missing.

Merge request reports