make: report errors from multiple sub builds properly.

The reporting of make errors wasn't catching a failure from multiple
sublibs. rework it to iterate all found, rather than trying a single
file test.
This commit is contained in:
Karl Palsson
2018-07-10 22:16:34 +00:00
parent 72e1ffdc72
commit b309b7e082
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@@ -43,3 +43,6 @@ locm3.sublime-workspace
# cscope databases
cscope.out
# build droppings
.stamp_failure*