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)
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.


No differences found