tools: preserve make errors, ignore empty output
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 4 Jun 2017 21:54:51 +0000 (23:54 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 11 Jun 2017 00:49:19 +0000 (02:49 +0200)
commit94fea8c0e6ba8cea67d69dd0e49142811bba1611
treec41966ecbc2561618eca3fa490e2b1443257240d
parente88374a902f4fd5d20cb856175bfdc9c533ec6a9
tools: preserve make errors, ignore empty output

Exit codes lost since commit v1.9-305-ga7e3d17ab8 (2017-05-29)
[tools: atomic creation of include files].  Fixed using `mispipe`
also provided by moreutils.  As additional fail-safe, also catch
empty results with `ifne` to keep existing data on failure.
Makefile