build: delete unsuccessfully built artifacts

We use output redirection in numerous places; leaving the half-built
artifacts in place would cause the subsequent builds to succeed when it
should not.
This commit is contained in:
Lubomir Rintel 2017-03-16 16:53:01 +01:00
parent 6197c27f24
commit 2198f73b0e

View file

@ -4250,4 +4250,5 @@ cscope:
###############################################################################
.DELETE_ON_ERROR:
.PHONY: cscope dist-configure-check $(check_local) $(dist_hook)